#DD2277

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

Shades of Deep Cerise #DD2277

Tints of Deep Cerise #DD2277

Color information

#DD2277 (or 0xDD2277) is unknown color: approx Deep Cerise. HEX triplet: DD, 22 and 77. RGB value is (221,34,119). Sum of RGB (Red+Green+Blue) = 221+34+119=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2277 is #22DD88. Grayscale: #636363. Windows color (decimal): -2284937 or 7807709. OLE color: 7807709.

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

Color convert

RGB22134119-
CMYK00.850.460.13
HSL332.73º73.33%50%-
HSV(B)332.73º84.62%86.67%-
XYZ33.7217.8519.12-
YUV99.6138.95214.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.09%
GREEN value IS 34 (13.67% from 255) = 9.09%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=59.09%
G=9.09%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213411900.850.460.13332.7373.3350
HexDD22770552ED14d4932
Octal335421670125561551511162
Binary1101110110001011101110101010110111011011010011011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2277; }

 p { color: rgb(221,34,119); }

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

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

 a { background-color: rgb(221,34,119); }

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

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

 span { border-color: rgb(221,34,119); }

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