#DD3EAA

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

Shades of Deep Cerise #DD3EAA

Tints of Deep Cerise #DD3EAA

Color information

#DD3EAA (or 0xDD3EAA) is unknown color: approx Deep Cerise. HEX triplet: DD, 3E and AA. RGB value is (221,62,170). Sum of RGB (Red+Green+Blue) = 221+62+170=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EAA is #22C155. Grayscale: #797979. Windows color (decimal): -2277718 or 11157213. OLE color: 11157213.

HSL color Cylindrical-coordinate representation of color #DD3EAA: hue angle of 319.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3EAA is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22162170-
CMYK00.720.230.13
HSL319.25º70.04%55.49%-
HSV(B)319.25º71.95%86.67%-
XYZ38.821.7240.18-
YUV121.85155.18198.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 62 (24.61% from 255) = 13.69%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=48.79%
G=13.69%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216217000.720.230.13319.2570.0455.49
HexDD3EAA04817D13f4637
Octal335762520110271547710667
Binary1101110111111010101010010010001011111011001111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3EAA; }

 p { color: rgb(221,62,170); }

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

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

 a { background-color: rgb(221,62,170); }

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

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

 span { border-color: rgb(221,62,170); }

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