#DA4B94

Color #DA4B94 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DA4B94

Tints of Mulberry #DA4B94

Color information

#DA4B94 (or 0xDA4B94) is unknown color: approx Mulberry. HEX triplet: DA, 4B and 94. RGB value is (218,75,148). Sum of RGB (Red+Green+Blue) = 218+75+148=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B94 is #25B46B. Grayscale: #7D7D7D. Windows color (decimal): -2471020 or 9718746. OLE color: 9718746.

HSL color Cylindrical-coordinate representation of color #DA4B94: hue angle of 329.37º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B94 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21875148-
CMYK00.660.320.15
HSL329.37º65.9%57.45%-
HSV(B)329.37º65.6%85.49%-
XYZ36.7722.0830.34-
YUV126.08140.38193.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=49.43%
G=17.01%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187514800.660.320.15329.3765.957.45
HexDA4B9404220F1494239
Octal3321132240102401751110271
Binary110110101001011100101000100001010000011111010010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B94; }

 p { color: rgb(218,75,148); }

 H1.HeaderClassName
 {
   color: #DA4B94;
 }
 .AnyTagClassName
 {
   color: #DA4B94;
 }
</style>
background-color css

<style>
 a { background-color: #DA4B94; }

 a { background-color: rgb(218,75,148); }

 div.DivClassName
 {
   background-color: #DA4B94;
 }
 .BgClassName
 {
   background-color: #DA4B94;
 }
</style>
border-color css

<style>
 span { border-color: #DA4B94; }

 span { border-color: rgb(218,75,148); }

 td.TdClassName
 {
   border-color: #DA4B94;
 }
 .TagClassName
 {
   border-color: #DA4B94;
 }
</style>