Shades of Deep Cerise #DD39A1
Tints of Deep Cerise #DD39A1
RGB
CMYK
RGB Variations
Color information
#DD39A1 (or 0xDD39A1) is known color: Deep Cerise. HEX triplet: DD, 39 and A1. RGB value is (221,57,161). Sum of RGB (Red+Green+Blue) = 221+57+161=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39A1 is #22C65E. Grayscale: #757575. Windows color (decimal): -2279007 or 10566109. OLE color: 10566109.
HSL color Cylindrical-coordinate representation of color #DD39A1: hue angle of 321.95º 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 #DD39A1 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 161 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.13 |
| HSL | 321.95º | 0.71% | 0.55% | - |
| HSV(B) | 321.95º | 0.74% | 0.87% | - |
| XYZ | 37.71 | 20.87 | 35.76 | - |
| YUV | 117.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 161 | 0 | 0.74 | 0.27 | 0.13 | 321.95 | 0.71 | 0.55 |
| Hex | DD | 39 | A1 | 0 | 4A | 1B | D | 142 | 47 | 37 |
| Octal | 335 | 71 | 241 | 0 | 112 | 33 | 15 | 502 | 107 | 67 |
| Binary | 11011101 | 111001 | 10100001 | 0 | 1001010 | 11011 | 1101 | 101000010 | 1000111 | 110111 |
Color Harmonies of #DD39A1
Complementary color
Monochromatic Colors of #DD39A1
Black with #DD39A1
Text Example
Text Example
White with #DD39A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD39A1; }
p { color: rgb(221,57,161); }
H1.HeaderClassName
{
color: #DD39A1;
}
.AnyTagClassName
{
color: #DD39A1;
}
</style>
background-color css
<style>
a { background-color: #DD39A1; }
a { background-color: rgb(221,57,161); }
div.DivClassName
{
background-color: #DD39A1;
}
.BgClassName
{
background-color: #DD39A1;
}
</style>
border-color css
<style>
span { border-color: #DD39A1; }
span { border-color: rgb(221,57,161); }
td.TdClassName
{
border-color: #DD39A1;
}
.TagClassName
{
border-color: #DD39A1;
}
</style>