#DD408C

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

Shades of Deep Cerise #DD408C

Tints of Deep Cerise #DD408C

Color information

#DD408C (or 0xDD408C) is unknown color: approx Deep Cerise. HEX triplet: DD, 40 and 8C. RGB value is (221,64,140). Sum of RGB (Red+Green+Blue) = 221+64+140=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD408C is #22BF73. Grayscale: #777777. Windows color (decimal): -2277236 or 9191645. OLE color: 9191645.

HSL color Cylindrical-coordinate representation of color #DD408C: hue angle of 330.96º 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 #DD408C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB22164140-
CMYK00.710.370.13
HSL330.96º69.78%55.88%-
HSV(B)330.96º71.04%86.67%-
XYZ36.3920.9326.93-
YUV119.61139.51200.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=52%
G=15.06%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216414000.710.370.13330.9669.7855.88
HexDD408C04725D14b4638
Octal3351002140107451551310670
Binary110111011000000100011000100011110010111011010010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD408C; }

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

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

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

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

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

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

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

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