#DD2677

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

Shades of Deep Cerise #DD2677

Tints of Deep Cerise #DD2677

Color information

#DD2677 (or 0xDD2677) is unknown color: approx Deep Cerise. HEX triplet: DD, 26 and 77. RGB value is (221,38,119). Sum of RGB (Red+Green+Blue) = 221+38+119=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2677 is #22D988. Grayscale: #656565. Windows color (decimal): -2283913 or 7808733. OLE color: 7808733.

HSL color Cylindrical-coordinate representation of color #DD2677: hue angle of 333.44º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2677 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22138119-
CMYK00.830.460.13
HSL333.44º72.91%50.78%-
HSV(B)333.44º82.81%86.67%-
XYZ33.8418.0919.16-
YUV101.95137.63212.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 38 (15.23% from 255) = 10.05%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=58.47%
G=10.05%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213811900.830.460.13333.4472.9150.78
HexDD26770532ED14d4933
Octal335461670123561551511163
Binary1101110110011011101110101001110111011011010011011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2677; }

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

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

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

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

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

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

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

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