#DD1E7E

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

Shades of Deep Cerise #DD1E7E

Tints of Deep Cerise #DD1E7E

Color information

#DD1E7E (or 0xDD1E7E) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 7E. RGB value is (221,30,126). Sum of RGB (Red+Green+Blue) = 221+30+126=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E7E is #22E181. Grayscale: #616161. Windows color (decimal): -2285954 or 8265437. OLE color: 8265437.

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

Color convert

RGB22130126-
CMYK00.860.430.13
HSL329.84º76.1%49.22%-
HSV(B)329.84º86.43%86.67%-
XYZ34.0517.8121.38-
YUV98.05143.78215.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 30 (12.11% from 255) = 7.96%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=58.62%
G=7.96%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213012600.860.430.13329.8476.149.22
HexDD1E7E0562BD14a4c31
Octal335361760126531551211461
Binary110111011111011111100101011010101111011010010101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E7E; }

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

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

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

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

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

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

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

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