Shades of Deep Cerise #D22FAF
Tints of Deep Cerise #D22FAF
RGB
CMYK
RGB Variations
Color information
#D22FAF (or 0xD22FAF) is known color: Deep Cerise. HEX triplet: D2, 2F and AF. RGB value is (210,47,175). Sum of RGB (Red+Green+Blue) = 210+47+175=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22FAF is #2DD050. Grayscale: #6D6D6D. Windows color (decimal): -3002449 or 11481042. OLE color: 11481042.
HSL color Cylindrical-coordinate representation of color #D22FAF: hue angle of 312.88º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22FAF is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 175 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.18 |
| HSL | 312.88º | 0.64% | 0.5% | - |
| HSV(B) | 312.88º | 0.78% | 0.82% | - |
| XYZ | 35.33 | 18.83 | 42.33 | - |
| YUV | 110.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 175 | 0 | 0.78 | 0.17 | 0.18 | 312.88 | 0.64 | 0.5 |
| Hex | D2 | 2F | AF | 0 | 4E | 11 | 12 | 139 | 40 | 32 |
| Octal | 322 | 57 | 257 | 0 | 116 | 21 | 22 | 471 | 100 | 62 |
| Binary | 11010010 | 101111 | 10101111 | 0 | 1001110 | 10001 | 10010 | 100111001 | 1000000 | 110010 |
Color Harmonies of #D22FAF
Complementary color
Monochromatic Colors of #D22FAF
Black with #D22FAF
Text Example
Text Example
White with #D22FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FAF; }
p { color: rgb(210,47,175); }
H1.HeaderClassName
{
color: #D22FAF;
}
.AnyTagClassName
{
color: #D22FAF;
}
</style>
background-color css
<style>
a { background-color: #D22FAF; }
a { background-color: rgb(210,47,175); }
div.DivClassName
{
background-color: #D22FAF;
}
.BgClassName
{
background-color: #D22FAF;
}
</style>
border-color css
<style>
span { border-color: #D22FAF; }
span { border-color: rgb(210,47,175); }
td.TdClassName
{
border-color: #D22FAF;
}
.TagClassName
{
border-color: #D22FAF;
}
</style>