#DD2193

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

Shades of Deep Cerise #DD2193

Tints of Deep Cerise #DD2193

Color information

#DD2193 (or 0xDD2193) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 93. RGB value is (221,33,147). Sum of RGB (Red+Green+Blue) = 221+33+147=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2193 is #22DE6C. Grayscale: #656565. Windows color (decimal): -2285165 or 9642461. OLE color: 9642461.

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

Color convert

RGB22133147-
CMYK00.850.330.13
HSL323.62º74.02%49.8%-
HSV(B)323.62º85.07%86.67%-
XYZ35.6318.5729.31-
YUV102.21153.28212.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=55.11%
G=8.23%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213314700.850.330.13323.6274.0249.8
HexDD219305521D1444a32
Octal335412230125411550411262
Binary11011101100001100100110101010110000111011010001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2193; }

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

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

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

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

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

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

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

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