#dd2183

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

Shades of Deep Cerise #DD2183

Tints of Deep Cerise #DD2183

Color information

#DD2183 (or 0xDD2183) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 83. RGB value is (221,33,131). Sum of RGB (Red+Green+Blue) = 221+33+131=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2183 is #22DE7C. Grayscale: #646464. Windows color (decimal): -2285181 or 8593885. OLE color: 8593885.

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

Color convert

RGB22133131-
CMYK00.850.410.13
HSL328.72º74.02%49.8%-
HSV(B)328.72º85.07%86.67%-
XYZ34.4618.123.15-
YUV100.38145.28214.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 33 (13.28% from 255) = 8.57%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=57.40%
G=8.57%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213313100.850.410.13328.7274.0249.8
HexDD218305529D1494a32
Octal335412030125511551111262
Binary11011101100001100000110101010110100111011010010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2183; }

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

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

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

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

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

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

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

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