#DD2477

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

Shades of Deep Cerise #DD2477

Tints of Deep Cerise #DD2477

Color information

#DD2477 (or 0xDD2477) is unknown color: approx Deep Cerise. HEX triplet: DD, 24 and 77. RGB value is (221,36,119). Sum of RGB (Red+Green+Blue) = 221+36+119=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2477 is #22DB88. Grayscale: #646464. Windows color (decimal): -2284425 or 7808221. OLE color: 7808221.

HSL color Cylindrical-coordinate representation of color #DD2477: hue angle of 333.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2477 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22136119-
CMYK00.840.460.13
HSL333.08º73.12%50.39%-
HSV(B)333.08º83.71%86.67%-
XYZ33.7817.9719.14-
YUV100.78138.29213.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.78%
GREEN value IS 36 (14.45% from 255) = 9.57%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=58.78%
G=9.57%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213611900.840.460.13333.0873.1250.39
HexDD24770542ED14d4932
Octal335441670124561551511162
Binary1101110110010011101110101010010111011011010011011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2477; }

 p { color: rgb(221,36,119); }

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

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

 a { background-color: rgb(221,36,119); }

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

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

 span { border-color: rgb(221,36,119); }

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