Shades of Deep Cerise #DD2F7B
Tints of Deep Cerise #DD2F7B
RGB
CMYK
RGB Variations
Color information
#DD2F7B (or 0xDD2F7B) is known color: Deep Cerise. HEX triplet: DD, 2F and 7B. RGB value is (221,47,123). Sum of RGB (Red+Green+Blue) = 221+47+123=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F7B is #22D084. Grayscale: #6B6B6B. Windows color (decimal): -2281605 or 8073181. OLE color: 8073181.
HSL color Cylindrical-coordinate representation of color #DD2F7B: hue angle of 333.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F7B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 123 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.13 |
| HSL | 333.79º | 0.72% | 0.53% | - |
| HSV(B) | 333.79º | 0.79% | 0.87% | - |
| XYZ | 34.41 | 18.84 | 20.56 | - |
| YUV | 107.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 123 | 0 | 0.79 | 0.44 | 0.13 | 333.79 | 0.72 | 0.53 |
| Hex | DD | 2F | 7B | 0 | 4F | 2C | D | 14E | 48 | 35 |
| Octal | 335 | 57 | 173 | 0 | 117 | 54 | 15 | 516 | 110 | 65 |
| Binary | 11011101 | 101111 | 1111011 | 0 | 1001111 | 101100 | 1101 | 101001110 | 1001000 | 110101 |
Color Harmonies of #DD2F7B
Complementary color
Monochromatic Colors of #DD2F7B
Black with #DD2F7B
Text Example
Text Example
White with #DD2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F7B; }
p { color: rgb(221,47,123); }
H1.HeaderClassName
{
color: #DD2F7B;
}
.AnyTagClassName
{
color: #DD2F7B;
}
</style>
background-color css
<style>
a { background-color: #DD2F7B; }
a { background-color: rgb(221,47,123); }
div.DivClassName
{
background-color: #DD2F7B;
}
.BgClassName
{
background-color: #DD2F7B;
}
</style>
border-color css
<style>
span { border-color: #DD2F7B; }
span { border-color: rgb(221,47,123); }
td.TdClassName
{
border-color: #DD2F7B;
}
.TagClassName
{
border-color: #DD2F7B;
}
</style>