#DD2196

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

Shades of Deep Cerise #DD2196

Tints of Deep Cerise #DD2196

Color information

#DD2196 (or 0xDD2196) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 96. RGB value is (221,33,150). Sum of RGB (Red+Green+Blue) = 221+33+150=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2196 is #22DE69. Grayscale: #666666. Windows color (decimal): -2285162 or 9839069. OLE color: 9839069.

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

Color convert

RGB22133150-
CMYK00.850.320.13
HSL322.66º74.02%49.8%-
HSV(B)322.66º85.07%86.67%-
XYZ35.8718.6630.57-
YUV102.55154.78212.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 33 (13.28% from 255) = 8.17%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=54.70%
G=8.17%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213315000.850.320.13322.6674.0249.8
HexDD219605520D1434a32
Octal335412260125401550311262
Binary11011101100001100101100101010110000011011010000111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2196; }

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

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

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

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

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

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

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

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