#DD1E81

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

Shades of Deep Cerise #DD1E81

Tints of Deep Cerise #DD1E81

Color information

#DD1E81 (or 0xDD1E81) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 81. RGB value is (221,30,129). Sum of RGB (Red+Green+Blue) = 221+30+129=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E81 is #22E17E. Grayscale: #626262. Windows color (decimal): -2285951 or 8462045. OLE color: 8462045.

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

Color convert

RGB22130129-
CMYK00.860.420.13
HSL328.9º76.1%49.22%-
HSV(B)328.9º86.43%86.67%-
XYZ34.2517.8922.42-
YUV98.4145.28215.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 30 (12.11% from 255) = 7.89%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=58.16%
G=7.89%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213012900.860.420.13328.976.149.22
HexDD1E810562AD1494c31
Octal335362010126521551111461
Binary1101110111110100000010101011010101011011010010011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E81; }

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

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

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

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

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

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

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

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