#dd3399

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

Shades of Deep Cerise #DD3399

Tints of Deep Cerise #DD3399

Color information

#DD3399 (or 0xDD3399) is unknown color: approx Deep Cerise. HEX triplet: DD, 33 and 99. RGB value is (221,51,153). Sum of RGB (Red+Green+Blue) = 221+51+153=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3399 is #22CC66. Grayscale: #717171. Windows color (decimal): -2280551 or 10040285. OLE color: 10040285.

HSL color Cylindrical-coordinate representation of color #DD3399: hue angle of 324º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3399 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22151153-
CMYK00.770.310.13
HSL324º71.43%53.33%-
HSV(B)324º76.92%86.67%-
XYZ36.7520.0432.07-
YUV113.46150.32204.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 153 (60.16% from 255) = 36%
R=52%
G=12%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215115300.770.310.1332471.4353.33
HexDD339904D1FD1444735
Octal335632310115371550410765
Binary1101110111001110011001010011011111111011010001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3399; }

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

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

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

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

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

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

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

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