Shades of Deep Cerise #DD39A0
Tints of Deep Cerise #DD39A0
RGB
CMYK
RGB Variations
Color information
#DD39A0 (or 0xDD39A0) is known color: Deep Cerise. HEX triplet: DD, 39 and A0. RGB value is (221,57,160). Sum of RGB (Red+Green+Blue) = 221+57+160=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39A0 is #22C65F. Grayscale: #757575. Windows color (decimal): -2279008 or 10500573. OLE color: 10500573.
HSL color Cylindrical-coordinate representation of color #DD39A0: hue angle of 322.32º 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 #DD39A0 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 160 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.13 |
| HSL | 322.32º | 0.71% | 0.55% | - |
| HSV(B) | 322.32º | 0.74% | 0.87% | - |
| XYZ | 37.63 | 20.84 | 35.3 | - |
| YUV | 117.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 160 | 0 | 0.74 | 0.28 | 0.13 | 322.32 | 0.71 | 0.55 |
| Hex | DD | 39 | A0 | 0 | 4A | 1C | D | 142 | 47 | 37 |
| Octal | 335 | 71 | 240 | 0 | 112 | 34 | 15 | 502 | 107 | 67 |
| Binary | 11011101 | 111001 | 10100000 | 0 | 1001010 | 11100 | 1101 | 101000010 | 1000111 | 110111 |
Color Harmonies of #DD39A0
Complementary color
Monochromatic Colors of #DD39A0
Black with #DD39A0
Text Example
Text Example
White with #DD39A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD39A0; }
p { color: rgb(221,57,160); }
H1.HeaderClassName
{
color: #DD39A0;
}
.AnyTagClassName
{
color: #DD39A0;
}
</style>
background-color css
<style>
a { background-color: #DD39A0; }
a { background-color: rgb(221,57,160); }
div.DivClassName
{
background-color: #DD39A0;
}
.BgClassName
{
background-color: #DD39A0;
}
</style>
border-color css
<style>
span { border-color: #DD39A0; }
span { border-color: rgb(221,57,160); }
td.TdClassName
{
border-color: #DD39A0;
}
.TagClassName
{
border-color: #DD39A0;
}
</style>