Shades of Deep Cerise #D22F92
Tints of Deep Cerise #D22F92
RGB
CMYK
RGB Variations
Color information
#D22F92 (or 0xD22F92) is known color: Deep Cerise. HEX triplet: D2, 2F and 92. RGB value is (210,47,146). Sum of RGB (Red+Green+Blue) = 210+47+146=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F92 is #2DD06D. Grayscale: #6A6A6A. Windows color (decimal): -3002478 or 9580498. OLE color: 9580498.
HSL color Cylindrical-coordinate representation of color #D22F92: hue angle of 323.56º 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 #D22F92 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 146 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.18 |
| HSL | 323.56º | 0.64% | 0.5% | - |
| HSV(B) | 323.56º | 0.78% | 0.82% | - |
| XYZ | 32.78 | 17.81 | 28.9 | - |
| YUV | 107.02 | 150 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 146 | 0 | 0.78 | 0.30 | 0.18 | 323.56 | 0.64 | 0.5 |
| Hex | D2 | 2F | 92 | 0 | 4E | 1E | 12 | 144 | 40 | 32 |
| Octal | 322 | 57 | 222 | 0 | 116 | 36 | 22 | 504 | 100 | 62 |
| Binary | 11010010 | 101111 | 10010010 | 0 | 1001110 | 11110 | 10010 | 101000100 | 1000000 | 110010 |
Color Harmonies of #D22F92
Complementary color
Monochromatic Colors of #D22F92
Black with #D22F92
Text Example
Text Example
White with #D22F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F92; }
p { color: rgb(210,47,146); }
H1.HeaderClassName
{
color: #D22F92;
}
.AnyTagClassName
{
color: #D22F92;
}
</style>
background-color css
<style>
a { background-color: #D22F92; }
a { background-color: rgb(210,47,146); }
div.DivClassName
{
background-color: #D22F92;
}
.BgClassName
{
background-color: #D22F92;
}
</style>
border-color css
<style>
span { border-color: #D22F92; }
span { border-color: rgb(210,47,146); }
td.TdClassName
{
border-color: #D22F92;
}
.TagClassName
{
border-color: #D22F92;
}
</style>