Shades of Deep Cerise #D22CAF
Tints of Deep Cerise #D22CAF
RGB
CMYK
RGB Variations
Color information
#D22CAF (or 0xD22CAF) is known color: Deep Cerise. HEX triplet: D2, 2C and AF. RGB value is (210,44,175). Sum of RGB (Red+Green+Blue) = 210+44+175=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22CAF is #2DD350. Grayscale: #6C6C6C. Windows color (decimal): -3003217 or 11480274. OLE color: 11480274.
HSL color Cylindrical-coordinate representation of color #D22CAF: hue angle of 312.65º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22CAF is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 175 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.18 |
| HSL | 312.65º | 0.65% | 0.5% | - |
| HSV(B) | 312.65º | 0.79% | 0.82% | - |
| XYZ | 35.22 | 18.6 | 42.29 | - |
| YUV | 108.57 | 165.5 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 175 | 0 | 0.79 | 0.17 | 0.18 | 312.65 | 0.65 | 0.5 |
| Hex | D2 | 2C | AF | 0 | 4F | 11 | 12 | 139 | 41 | 32 |
| Octal | 322 | 54 | 257 | 0 | 117 | 21 | 22 | 471 | 101 | 62 |
| Binary | 11010010 | 101100 | 10101111 | 0 | 1001111 | 10001 | 10010 | 100111001 | 1000001 | 110010 |
Color Harmonies of #D22CAF
Complementary color
Monochromatic Colors of #D22CAF
Black with #D22CAF
Text Example
Text Example
White with #D22CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CAF; }
p { color: rgb(210,44,175); }
H1.HeaderClassName
{
color: #D22CAF;
}
.AnyTagClassName
{
color: #D22CAF;
}
</style>
background-color css
<style>
a { background-color: #D22CAF; }
a { background-color: rgb(210,44,175); }
div.DivClassName
{
background-color: #D22CAF;
}
.BgClassName
{
background-color: #D22CAF;
}
</style>
border-color css
<style>
span { border-color: #D22CAF; }
span { border-color: rgb(210,44,175); }
td.TdClassName
{
border-color: #D22CAF;
}
.TagClassName
{
border-color: #D22CAF;
}
</style>