#DD4284

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

Shades of Deep Cerise #DD4284

Tints of Deep Cerise #DD4284

Color information

#DD4284 (or 0xDD4284) is unknown color: approx Deep Cerise. HEX triplet: DD, 42 and 84. RGB value is (221,66,132). Sum of RGB (Red+Green+Blue) = 221+66+132=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4284 is #22BD7B. Grayscale: #777777. Windows color (decimal): -2276732 or 8667869. OLE color: 8667869.

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

Color convert

RGB22166132-
CMYK00.700.400.13
HSL334.45º69.51%56.27%-
HSV(B)334.45º70.14%86.67%-
XYZ35.9320.9323.98-
YUV119.87134.85200.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=52.74%
G=15.75%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216613200.700.400.13334.4569.5156.27
HexDD428404628D14e4638
Octal3351022040106501551610670
Binary110111011000010100001000100011010100011011010011101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4284; }

 p { color: rgb(221,66,132); }

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

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

 a { background-color: rgb(221,66,132); }

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

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

 span { border-color: rgb(221,66,132); }

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