Shades of Deep Cerise #DD2F7D
Tints of Deep Cerise #DD2F7D
RGB
CMYK
RGB Variations
Color information
#DD2F7D (or 0xDD2F7D) is known color: Deep Cerise. HEX triplet: DD, 2F and 7D. RGB value is (221,47,125). Sum of RGB (Red+Green+Blue) = 221+47+125=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F7D is #22D082. Grayscale: #6B6B6B. Windows color (decimal): -2281603 or 8204253. OLE color: 8204253.
HSL color Cylindrical-coordinate representation of color #DD2F7D: hue angle of 333.1º 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 #DD2F7D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 125 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.13 |
| HSL | 333.1º | 0.72% | 0.53% | - |
| HSV(B) | 333.1º | 0.79% | 0.87% | - |
| XYZ | 34.54 | 18.89 | 21.23 | - |
| YUV | 107.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 125 | 0 | 0.79 | 0.43 | 0.13 | 333.1 | 0.72 | 0.53 |
| Hex | DD | 2F | 7D | 0 | 4F | 2B | D | 14D | 48 | 35 |
| Octal | 335 | 57 | 175 | 0 | 117 | 53 | 15 | 515 | 110 | 65 |
| Binary | 11011101 | 101111 | 1111101 | 0 | 1001111 | 101011 | 1101 | 101001101 | 1001000 | 110101 |
Color Harmonies of #DD2F7D
Complementary color
Monochromatic Colors of #DD2F7D
Black with #DD2F7D
Text Example
Text Example
White with #DD2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F7D; }
p { color: rgb(221,47,125); }
H1.HeaderClassName
{
color: #DD2F7D;
}
.AnyTagClassName
{
color: #DD2F7D;
}
</style>
background-color css
<style>
a { background-color: #DD2F7D; }
a { background-color: rgb(221,47,125); }
div.DivClassName
{
background-color: #DD2F7D;
}
.BgClassName
{
background-color: #DD2F7D;
}
</style>
border-color css
<style>
span { border-color: #DD2F7D; }
span { border-color: rgb(221,47,125); }
td.TdClassName
{
border-color: #DD2F7D;
}
.TagClassName
{
border-color: #DD2F7D;
}
</style>