Shades of Deep Cerise #DD2F7E
Tints of Deep Cerise #DD2F7E
RGB
CMYK
RGB Variations
Color information
#DD2F7E (or 0xDD2F7E) is known color: Deep Cerise. HEX triplet: DD, 2F and 7E. RGB value is (221,47,126). Sum of RGB (Red+Green+Blue) = 221+47+126=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F7E is #22D081. Grayscale: #6B6B6B. Windows color (decimal): -2281602 or 8269789. OLE color: 8269789.
HSL color Cylindrical-coordinate representation of color #DD2F7E: hue angle of 332.76º 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 #DD2F7E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 126 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.13 |
| HSL | 332.76º | 0.72% | 0.53% | - |
| HSV(B) | 332.76º | 0.79% | 0.87% | - |
| XYZ | 34.6 | 18.91 | 21.57 | - |
| YUV | 108.03 | 138.15 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 126 | 0 | 0.79 | 0.43 | 0.13 | 332.76 | 0.72 | 0.53 |
| Hex | DD | 2F | 7E | 0 | 4F | 2B | D | 14D | 48 | 35 |
| Octal | 335 | 57 | 176 | 0 | 117 | 53 | 15 | 515 | 110 | 65 |
| Binary | 11011101 | 101111 | 1111110 | 0 | 1001111 | 101011 | 1101 | 101001101 | 1001000 | 110101 |
Color Harmonies of #DD2F7E
Complementary color
Monochromatic Colors of #DD2F7E
Black with #DD2F7E
Text Example
Text Example
White with #DD2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F7E; }
p { color: rgb(221,47,126); }
H1.HeaderClassName
{
color: #DD2F7E;
}
.AnyTagClassName
{
color: #DD2F7E;
}
</style>
background-color css
<style>
a { background-color: #DD2F7E; }
a { background-color: rgb(221,47,126); }
div.DivClassName
{
background-color: #DD2F7E;
}
.BgClassName
{
background-color: #DD2F7E;
}
</style>
border-color css
<style>
span { border-color: #DD2F7E; }
span { border-color: rgb(221,47,126); }
td.TdClassName
{
border-color: #DD2F7E;
}
.TagClassName
{
border-color: #DD2F7E;
}
</style>