#DD1E7D

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

Shades of Deep Cerise #DD1E7D

Tints of Deep Cerise #DD1E7D

Color information

#DD1E7D (or 0xDD1E7D) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 7D. RGB value is (221,30,125). Sum of RGB (Red+Green+Blue) = 221+30+125=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E7D is #22E182. Grayscale: #616161. Windows color (decimal): -2285955 or 8199901. OLE color: 8199901.

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

Color convert

RGB22130125-
CMYK00.860.430.13
HSL330.16º76.1%49.22%-
HSV(B)330.16º86.43%86.67%-
XYZ33.9817.7821.04-
YUV97.94143.28215.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.78%
GREEN value IS 30 (12.11% from 255) = 7.98%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=58.78%
G=7.98%
B=33.24%

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
Decimal2213012500.860.430.13330.1676.149.22
HexDD1E7D0562BD14a4c31
Octal335361750126531551211461
Binary110111011111011111010101011010101111011010010101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E7D; }

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

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

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

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

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

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

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

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