#DD3EA9

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

Shades of Deep Cerise #DD3EA9

Tints of Deep Cerise #DD3EA9

Color information

#DD3EA9 (or 0xDD3EA9) is unknown color: approx Deep Cerise. HEX triplet: DD, 3E and A9. RGB value is (221,62,169). Sum of RGB (Red+Green+Blue) = 221+62+169=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EA9 is #22C156. Grayscale: #797979. Windows color (decimal): -2277719 or 11091677. OLE color: 11091677.

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

Color convert

RGB22162169-
CMYK00.720.240.13
HSL319.62º70.04%55.49%-
HSV(B)319.62º71.95%86.67%-
XYZ38.721.6839.68-
YUV121.74154.68198.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 62 (24.61% from 255) = 13.72%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=48.89%
G=13.72%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216216900.720.240.13319.6270.0455.49
HexDD3EA904818D1404637
Octal335762510110301550010667
Binary1101110111111010101001010010001100011011010000001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3EA9; }

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

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

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

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

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

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

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

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