#DC4CA9

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

Shades of Mulberry #DC4CA9

Tints of Mulberry #DC4CA9

Color information

#DC4CA9 (or 0xDC4CA9) is unknown color: approx Mulberry. HEX triplet: DC, 4C and A9. RGB value is (220,76,169). Sum of RGB (Red+Green+Blue) = 220+76+169=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4CA9 is #23B356. Grayscale: #818181. Windows color (decimal): -2339671 or 11095260. OLE color: 11095260.

HSL color Cylindrical-coordinate representation of color #DC4CA9: hue angle of 321.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4CA9 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22076169-
CMYK00.650.230.14
HSL321.25º67.29%58.04%-
HSV(B)321.25º65.45%86.27%-
XYZ39.2623.2539.95-
YUV129.66150.21192.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=47.31%
G=16.34%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207616900.650.230.14321.2567.2958.04
HexDC4CA904117E141433a
Octal3341142510101271650110372
Binary11011100100110010101001010000011011111101010000011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4CA9; }

 p { color: rgb(220,76,169); }

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

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

 a { background-color: rgb(220,76,169); }

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

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

 span { border-color: rgb(220,76,169); }

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