Shades of Deep Cerise #DD2F93
Tints of Deep Cerise #DD2F93
RGB
CMYK
RGB Variations
Color information
#DD2F93 (or 0xDD2F93) is known color: Deep Cerise. HEX triplet: DD, 2F and 93. RGB value is (221,47,147). Sum of RGB (Red+Green+Blue) = 221+47+147=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F93 is #22D06C. Grayscale: #6E6E6E. Windows color (decimal): -2281581 or 9646045. OLE color: 9646045.
HSL color Cylindrical-coordinate representation of color #DD2F93: hue angle of 325.52º 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 #DD2F93 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 147 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.13 |
| HSL | 325.52º | 0.72% | 0.53% | - |
| HSV(B) | 325.52º | 0.79% | 0.87% | - |
| XYZ | 36.1 | 19.51 | 29.47 | - |
| YUV | 110.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 147 | 0 | 0.79 | 0.33 | 0.13 | 325.52 | 0.72 | 0.53 |
| Hex | DD | 2F | 93 | 0 | 4F | 21 | D | 146 | 48 | 35 |
| Octal | 335 | 57 | 223 | 0 | 117 | 41 | 15 | 506 | 110 | 65 |
| Binary | 11011101 | 101111 | 10010011 | 0 | 1001111 | 100001 | 1101 | 101000110 | 1001000 | 110101 |
Color Harmonies of #DD2F93
Complementary color
Monochromatic Colors of #DD2F93
Black with #DD2F93
Text Example
Text Example
White with #DD2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F93; }
p { color: rgb(221,47,147); }
H1.HeaderClassName
{
color: #DD2F93;
}
.AnyTagClassName
{
color: #DD2F93;
}
</style>
background-color css
<style>
a { background-color: #DD2F93; }
a { background-color: rgb(221,47,147); }
div.DivClassName
{
background-color: #DD2F93;
}
.BgClassName
{
background-color: #DD2F93;
}
</style>
border-color css
<style>
span { border-color: #DD2F93; }
span { border-color: rgb(221,47,147); }
td.TdClassName
{
border-color: #DD2F93;
}
.TagClassName
{
border-color: #DD2F93;
}
</style>