Shades of Deep Cerise #DD2FA6
Tints of Deep Cerise #DD2FA6
RGB
CMYK
RGB Variations
Color information
#DD2FA6 (or 0xDD2FA6) is known color: Deep Cerise. HEX triplet: DD, 2F and A6. RGB value is (221,47,166). Sum of RGB (Red+Green+Blue) = 221+47+166=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FA6 is #22D059. Grayscale: #707070. Windows color (decimal): -2281562 or 10891229. OLE color: 10891229.
HSL color Cylindrical-coordinate representation of color #DD2FA6: hue angle of 318.97º 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 #DD2FA6 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 166 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.13 |
| HSL | 318.97º | 0.72% | 0.53% | - |
| HSV(B) | 318.97º | 0.79% | 0.87% | - |
| XYZ | 37.72 | 20.16 | 37.98 | - |
| YUV | 112.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 166 | 0 | 0.79 | 0.25 | 0.13 | 318.97 | 0.72 | 0.53 |
| Hex | DD | 2F | A6 | 0 | 4F | 19 | D | 13F | 48 | 35 |
| Octal | 335 | 57 | 246 | 0 | 117 | 31 | 15 | 477 | 110 | 65 |
| Binary | 11011101 | 101111 | 10100110 | 0 | 1001111 | 11001 | 1101 | 100111111 | 1001000 | 110101 |
Color Harmonies of #DD2FA6
Complementary color
Monochromatic Colors of #DD2FA6
Black with #DD2FA6
Text Example
Text Example
White with #DD2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FA6; }
p { color: rgb(221,47,166); }
H1.HeaderClassName
{
color: #DD2FA6;
}
.AnyTagClassName
{
color: #DD2FA6;
}
</style>
background-color css
<style>
a { background-color: #DD2FA6; }
a { background-color: rgb(221,47,166); }
div.DivClassName
{
background-color: #DD2FA6;
}
.BgClassName
{
background-color: #DD2FA6;
}
</style>
border-color css
<style>
span { border-color: #DD2FA6; }
span { border-color: rgb(221,47,166); }
td.TdClassName
{
border-color: #DD2FA6;
}
.TagClassName
{
border-color: #DD2FA6;
}
</style>