Shades of Deep Cerise #DD2B77
Tints of Deep Cerise #DD2B77
RGB
CMYK
RGB Variations
Color information
#DD2B77 (or 0xDD2B77) is known color: Deep Cerise. HEX triplet: DD, 2B and 77. RGB value is (221,43,119). Sum of RGB (Red+Green+Blue) = 221+43+119=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B77 is #22D488. Grayscale: #686868. Windows color (decimal): -2282633 or 7810013. OLE color: 7810013.
HSL color Cylindrical-coordinate representation of color #DD2B77: hue angle of 334.38º 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 #DD2B77 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 119 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.13 |
| HSL | 334.38º | 0.72% | 0.52% | - |
| HSV(B) | 334.38º | 0.81% | 0.87% | - |
| XYZ | 34.01 | 18.43 | 19.22 | - |
| YUV | 104.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 119 | 0 | 0.81 | 0.46 | 0.13 | 334.38 | 0.72 | 0.52 |
| Hex | DD | 2B | 77 | 0 | 51 | 2E | D | 14E | 48 | 34 |
| Octal | 335 | 53 | 167 | 0 | 121 | 56 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101011 | 1110111 | 0 | 1010001 | 101110 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2B77
Complementary color
Monochromatic Colors of #DD2B77
Black with #DD2B77
Text Example
Text Example
White with #DD2B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B77; }
p { color: rgb(221,43,119); }
H1.HeaderClassName
{
color: #DD2B77;
}
.AnyTagClassName
{
color: #DD2B77;
}
</style>
background-color css
<style>
a { background-color: #DD2B77; }
a { background-color: rgb(221,43,119); }
div.DivClassName
{
background-color: #DD2B77;
}
.BgClassName
{
background-color: #DD2B77;
}
</style>
border-color css
<style>
span { border-color: #DD2B77; }
span { border-color: rgb(221,43,119); }
td.TdClassName
{
border-color: #DD2B77;
}
.TagClassName
{
border-color: #DD2B77;
}
</style>