Shades of Deep Cerise #DD2D9B
Tints of Deep Cerise #DD2D9B
RGB
CMYK
RGB Variations
Color information
#DD2D9B (or 0xDD2D9B) is known color: Deep Cerise. HEX triplet: DD, 2D and 9B. RGB value is (221,45,155). Sum of RGB (Red+Green+Blue) = 221+45+155=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D9B is #22D264. Grayscale: #6D6D6D. Windows color (decimal): -2282085 or 10169821. OLE color: 10169821.
HSL color Cylindrical-coordinate representation of color #DD2D9B: hue angle of 322.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D9B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 155 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.13 |
| HSL | 322.5º | 0.72% | 0.52% | - |
| HSV(B) | 322.5º | 0.8% | 0.87% | - |
| XYZ | 36.67 | 19.62 | 32.86 | - |
| YUV | 110.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 155 | 0 | 0.80 | 0.30 | 0.13 | 322.5 | 0.72 | 0.52 |
| Hex | DD | 2D | 9B | 0 | 50 | 1E | D | 142 | 48 | 34 |
| Octal | 335 | 55 | 233 | 0 | 120 | 36 | 15 | 502 | 110 | 64 |
| Binary | 11011101 | 101101 | 10011011 | 0 | 1010000 | 11110 | 1101 | 101000010 | 1001000 | 110100 |
Color Harmonies of #DD2D9B
Complementary color
Monochromatic Colors of #DD2D9B
Black with #DD2D9B
Text Example
Text Example
White with #DD2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D9B; }
p { color: rgb(221,45,155); }
H1.HeaderClassName
{
color: #DD2D9B;
}
.AnyTagClassName
{
color: #DD2D9B;
}
</style>
background-color css
<style>
a { background-color: #DD2D9B; }
a { background-color: rgb(221,45,155); }
div.DivClassName
{
background-color: #DD2D9B;
}
.BgClassName
{
background-color: #DD2D9B;
}
</style>
border-color css
<style>
span { border-color: #DD2D9B; }
span { border-color: rgb(221,45,155); }
td.TdClassName
{
border-color: #DD2D9B;
}
.TagClassName
{
border-color: #DD2D9B;
}
</style>