#DD1E76

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

Shades of Deep Cerise #DD1E76

Tints of Deep Cerise #DD1E76

Color information

#DD1E76 (or 0xDD1E76) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 76. RGB value is (221,30,118). Sum of RGB (Red+Green+Blue) = 221+30+118=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E76 is #22E189. Grayscale: #606060. Windows color (decimal): -2285962 or 7741149. OLE color: 7741149.

HSL color Cylindrical-coordinate representation of color #DD1E76: hue angle of 332.36º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E76 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22130118-
CMYK00.860.470.13
HSL332.36º76.1%49.22%-
HSV(B)332.36º86.43%86.67%-
XYZ33.5517.6118.77-
YUV97.14139.78216.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 30 (12.11% from 255) = 8.13%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=59.89%
G=8.13%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213011800.860.470.13332.3676.149.22
HexDD1E760562FD14c4c31
Octal335361660126571551411461
Binary110111011111011101100101011010111111011010011001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E76; }

 p { color: rgb(221,30,118); }

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

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

 a { background-color: rgb(221,30,118); }

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

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

 span { border-color: rgb(221,30,118); }

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