#dd2179

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

Shades of Deep Cerise #DD2179

Tints of Deep Cerise #DD2179

Color information

#DD2179 (or 0xDD2179) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 79. RGB value is (221,33,121). Sum of RGB (Red+Green+Blue) = 221+33+121=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2179 is #22DE86. Grayscale: #636363. Windows color (decimal): -2285191 or 7938525. OLE color: 7938525.

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

Color convert

RGB22133121-
CMYK00.850.450.13
HSL331.91º74.02%49.8%-
HSV(B)331.91º85.07%86.67%-
XYZ33.8117.8419.75-
YUV99.24140.28214.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=58.93%
G=8.8%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213312100.850.450.13331.9174.0249.8
HexDD21790552DD14c4a32
Octal335411710125551551411262
Binary1101110110000111110010101010110110111011010011001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2179; }

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

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

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

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

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

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

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

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