#DD39A6

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

Shades of Deep Cerise #DD39A6

Tints of Deep Cerise #DD39A6

Color information

#DD39A6 (or 0xDD39A6) is unknown color: approx Deep Cerise. HEX triplet: DD, 39 and A6. RGB value is (221,57,166). Sum of RGB (Red+Green+Blue) = 221+57+166=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39A6 is #22C659. Grayscale: #767676. Windows color (decimal): -2279002 or 10893789. OLE color: 10893789.

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

Color convert

RGB22157166-
CMYK00.740.250.13
HSL320.12º70.69%54.51%-
HSV(B)320.12º74.21%86.67%-
XYZ38.1621.0538.13-
YUV118.46154.83201.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=49.77%
G=12.84%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215716600.740.250.13320.1270.6954.51
HexDD39A604A19D1404737
Octal335712460112311550010767
Binary1101110111100110100110010010101100111011010000001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD39A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD39A6; }

 p { color: rgb(221,57,166); }

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

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

 a { background-color: rgb(221,57,166); }

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

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

 span { border-color: rgb(221,57,166); }

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