Shades of Deep Cerise #DD2181
Tints of Deep Cerise #DD2181
RGB
CMYK
RGB Variations
Color information
#DD2181 (or 0xDD2181) is known color: Deep Cerise. HEX triplet: DD, 21 and 81. RGB value is (221,33,129). Sum of RGB (Red+Green+Blue) = 221+33+129=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2181 is #22DE7E. Grayscale: #636363. Windows color (decimal): -2285183 or 8462813. OLE color: 8462813.
HSL color Cylindrical-coordinate representation of color #DD2181: hue angle of 329.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2181 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 129 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.13 |
| HSL | 329.36º | 0.74% | 0.5% | - |
| HSV(B) | 329.36º | 0.85% | 0.87% | - |
| XYZ | 34.33 | 18.04 | 22.44 | - |
| YUV | 100.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 129 | 0 | 0.85 | 0.42 | 0.13 | 329.36 | 0.74 | 0.5 |
| Hex | DD | 21 | 81 | 0 | 55 | 2A | D | 149 | 4A | 32 |
| Octal | 335 | 41 | 201 | 0 | 125 | 52 | 15 | 511 | 112 | 62 |
| Binary | 11011101 | 100001 | 10000001 | 0 | 1010101 | 101010 | 1101 | 101001001 | 1001010 | 110010 |
Color Harmonies of #DD2181
Complementary color
Monochromatic Colors of #DD2181
Black with #DD2181
Text Example
Text Example
White with #DD2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2181; }
p { color: rgb(221,33,129); }
H1.HeaderClassName
{
color: #DD2181;
}
.AnyTagClassName
{
color: #DD2181;
}
</style>
background-color css
<style>
a { background-color: #DD2181; }
a { background-color: rgb(221,33,129); }
div.DivClassName
{
background-color: #DD2181;
}
.BgClassName
{
background-color: #DD2181;
}
</style>
border-color css
<style>
span { border-color: #DD2181; }
span { border-color: rgb(221,33,129); }
td.TdClassName
{
border-color: #DD2181;
}
.TagClassName
{
border-color: #DD2181;
}
</style>