#DD1E86

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

Shades of Deep Cerise #DD1E86

Tints of Deep Cerise #DD1E86

Color information

#DD1E86 (or 0xDD1E86) is unknown color: approx Deep Cerise. HEX triplet: DD, 1E and 86. RGB value is (221,30,134). Sum of RGB (Red+Green+Blue) = 221+30+134=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E86 is #22E179. Grayscale: #626262. Windows color (decimal): -2285946 or 8789725. OLE color: 8789725.

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

Color convert

RGB22130134-
CMYK00.860.390.13
HSL327.33º76.1%49.22%-
HSV(B)327.33º86.43%86.67%-
XYZ34.5918.0224.21-
YUV98.96147.78215.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=57.40%
G=7.79%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213013400.860.390.13327.3376.149.22
HexDD1E8605627D1474c31
Octal335362060126471550711461
Binary1101110111110100001100101011010011111011010001111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E86; }

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

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

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

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

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

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

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

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