#DD3D99

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

Shades of Deep Cerise #DD3D99

Tints of Deep Cerise #DD3D99

Color information

#DD3D99 (or 0xDD3D99) is unknown color: approx Deep Cerise. HEX triplet: DD, 3D and 99. RGB value is (221,61,153). Sum of RGB (Red+Green+Blue) = 221+61+153=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D99 is #22C266. Grayscale: #777777. Windows color (decimal): -2277991 or 10042845. OLE color: 10042845.

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

Color convert

RGB22161153-
CMYK00.720.310.13
HSL325.5º70.18%55.29%-
HSV(B)325.5º72.4%86.67%-
XYZ37.2421.0132.23-
YUV119.33147.01200.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=50.80%
G=14.02%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216115300.720.310.13325.570.1855.29
HexDD3D990481FD1464637
Octal335752310110371550610667
Binary1101110111110110011001010010001111111011010001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3D99; }

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

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

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

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

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

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

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

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