Shades of Deep Cerise #DD36A1
Tints of Deep Cerise #DD36A1
RGB
CMYK
RGB Variations
Color information
#DD36A1 (or 0xDD36A1) is known color: Deep Cerise. HEX triplet: DD, 36 and A1. RGB value is (221,54,161). Sum of RGB (Red+Green+Blue) = 221+54+161=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36A1 is #22C95E. Grayscale: #737373. Windows color (decimal): -2279775 or 10565341. OLE color: 10565341.
HSL color Cylindrical-coordinate representation of color #DD36A1: hue angle of 321.56º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD36A1 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 161 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.13 |
| HSL | 321.56º | 0.71% | 0.54% | - |
| HSV(B) | 321.56º | 0.76% | 0.87% | - |
| XYZ | 37.57 | 20.58 | 35.71 | - |
| YUV | 116.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 161 | 0 | 0.76 | 0.27 | 0.13 | 321.56 | 0.71 | 0.54 |
| Hex | DD | 36 | A1 | 0 | 4C | 1B | D | 142 | 47 | 36 |
| Octal | 335 | 66 | 241 | 0 | 114 | 33 | 15 | 502 | 107 | 66 |
| Binary | 11011101 | 110110 | 10100001 | 0 | 1001100 | 11011 | 1101 | 101000010 | 1000111 | 110110 |
Color Harmonies of #DD36A1
Complementary color
Monochromatic Colors of #DD36A1
Black with #DD36A1
Text Example
Text Example
White with #DD36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36A1; }
p { color: rgb(221,54,161); }
H1.HeaderClassName
{
color: #DD36A1;
}
.AnyTagClassName
{
color: #DD36A1;
}
</style>
background-color css
<style>
a { background-color: #DD36A1; }
a { background-color: rgb(221,54,161); }
div.DivClassName
{
background-color: #DD36A1;
}
.BgClassName
{
background-color: #DD36A1;
}
</style>
border-color css
<style>
span { border-color: #DD36A1; }
span { border-color: rgb(221,54,161); }
td.TdClassName
{
border-color: #DD36A1;
}
.TagClassName
{
border-color: #DD36A1;
}
</style>