Shades of Deep Cerise #DD2B81
Tints of Deep Cerise #DD2B81
RGB
CMYK
RGB Variations
Color information
#DD2B81 (or 0xDD2B81) is known color: Deep Cerise. HEX triplet: DD, 2B and 81. RGB value is (221,43,129). Sum of RGB (Red+Green+Blue) = 221+43+129=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B81 is #22D47E. Grayscale: #696969. Windows color (decimal): -2282623 or 8465373. OLE color: 8465373.
HSL color Cylindrical-coordinate representation of color #DD2B81: hue angle of 331.01º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B81 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 129 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.13 |
| HSL | 331.01º | 0.72% | 0.52% | - |
| HSV(B) | 331.01º | 0.81% | 0.87% | - |
| XYZ | 34.65 | 18.68 | 22.55 | - |
| YUV | 106.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 129 | 0 | 0.81 | 0.42 | 0.13 | 331.01 | 0.72 | 0.52 |
| Hex | DD | 2B | 81 | 0 | 51 | 2A | D | 14B | 48 | 34 |
| Octal | 335 | 53 | 201 | 0 | 121 | 52 | 15 | 513 | 110 | 64 |
| Binary | 11011101 | 101011 | 10000001 | 0 | 1010001 | 101010 | 1101 | 101001011 | 1001000 | 110100 |
Color Harmonies of #DD2B81
Complementary color
Monochromatic Colors of #DD2B81
Black with #DD2B81
Text Example
Text Example
White with #DD2B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B81; }
p { color: rgb(221,43,129); }
H1.HeaderClassName
{
color: #DD2B81;
}
.AnyTagClassName
{
color: #DD2B81;
}
</style>
background-color css
<style>
a { background-color: #DD2B81; }
a { background-color: rgb(221,43,129); }
div.DivClassName
{
background-color: #DD2B81;
}
.BgClassName
{
background-color: #DD2B81;
}
</style>
border-color css
<style>
span { border-color: #DD2B81; }
span { border-color: rgb(221,43,129); }
td.TdClassName
{
border-color: #DD2B81;
}
.TagClassName
{
border-color: #DD2B81;
}
</style>