#DD3DA9

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

Shades of Deep Cerise #DD3DA9

Tints of Deep Cerise #DD3DA9

Color information

#DD3DA9 (or 0xDD3DA9) is unknown color: approx Deep Cerise. HEX triplet: DD, 3D and A9. RGB value is (221,61,169). Sum of RGB (Red+Green+Blue) = 221+61+169=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DA9 is #22C256. Grayscale: #787878. Windows color (decimal): -2277975 or 11091421. OLE color: 11091421.

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

Color convert

RGB22161169-
CMYK00.720.240.13
HSL319.5º70.18%55.29%-
HSV(B)319.5º72.4%86.67%-
XYZ38.6521.5739.66-
YUV121.15155.01199.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=49.00%
G=13.53%
B=37.47%

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
Decimal2216116900.720.240.13319.570.1855.29
HexDD3DA904818D1404637
Octal335752510110301550010667
Binary1101110111110110101001010010001100011011010000001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3DA9; }

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

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

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

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

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

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

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

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