#DD409C

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

Shades of Deep Cerise #DD409C

Tints of Deep Cerise #DD409C

Color information

#DD409C (or 0xDD409C) is unknown color: approx Deep Cerise. HEX triplet: DD, 40 and 9C. RGB value is (221,64,156). Sum of RGB (Red+Green+Blue) = 221+64+156=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD409C is #22BF63. Grayscale: #797979. Windows color (decimal): -2277220 or 10240221. OLE color: 10240221.

HSL color Cylindrical-coordinate representation of color #DD409C: hue angle of 324.84º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD409C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22164156-
CMYK00.710.290.13
HSL324.84º69.78%55.88%-
HSV(B)324.84º71.04%86.67%-
XYZ37.6521.4433.61-
YUV121.43147.51199.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=50.11%
G=14.51%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216415600.710.290.13324.8469.7855.88
HexDD409C0471DD1454638
Octal3351002340107351550510670
Binary11011101100000010011100010001111110111011010001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD409C; }

 p { color: rgb(221,64,156); }

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

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

 a { background-color: rgb(221,64,156); }

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

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

 span { border-color: rgb(221,64,156); }

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