#DC4F96

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

Shades of Mulberry #DC4F96

Tints of Mulberry #DC4F96

Color information

#DC4F96 (or 0xDC4F96) is unknown color: approx Mulberry. HEX triplet: DC, 4F and 96. RGB value is (220,79,150). Sum of RGB (Red+Green+Blue) = 220+79+150=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F96 is #23B069. Grayscale: #818181. Windows color (decimal): -2338922 or 9850844. OLE color: 9850844.

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

Color convert

RGB22079150-
CMYK00.640.320.14
HSL329.79º66.82%58.63%-
HSV(B)329.79º64.09%86.27%-
XYZ37.8223.0131.3-
YUV129.25139.71192.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=49.00%
G=17.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207915000.640.320.14329.7966.8258.63
HexDC4F9604020E14a433b
Octal3341172260100401651210373
Binary110111001001111100101100100000010000011101010010101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4F96; }

 p { color: rgb(220,79,150); }

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

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

 a { background-color: rgb(220,79,150); }

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

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

 span { border-color: rgb(220,79,150); }

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