#DD2189

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

Shades of Deep Cerise #DD2189

Tints of Deep Cerise #DD2189

Color information

#DD2189 (or 0xDD2189) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 89. RGB value is (221,33,137). Sum of RGB (Red+Green+Blue) = 221+33+137=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2189 is #22DE76. Grayscale: #646464. Windows color (decimal): -2285175 or 8987101. OLE color: 8987101.

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

Color convert

RGB22133137-
CMYK00.850.380.13
HSL326.81º74.02%49.8%-
HSV(B)326.81º85.07%86.67%-
XYZ34.8818.2725.35-
YUV101.07148.28213.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 33 (13.28% from 255) = 8.44%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=56.52%
G=8.44%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213313700.850.380.13326.8174.0249.8
HexDD218905526D1474a32
Octal335412110125461550711262
Binary11011101100001100010010101010110011011011010001111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2189; }

 p { color: rgb(221,33,137); }

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

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

 a { background-color: rgb(221,33,137); }

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

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

 span { border-color: rgb(221,33,137); }

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