Shades of Cerise #D22F73
Tints of Cerise #D22F73
RGB
CMYK
RGB Variations
Color information
#D22F73 (or 0xD22F73) is known color: Cerise. HEX triplet: D2, 2F and 73. RGB value is (210,47,115). Sum of RGB (Red+Green+Blue) = 210+47+115=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F73 is #2DD08C. Grayscale: #676767. Windows color (decimal): -3002509 or 7548882. OLE color: 7548882.
HSL color Cylindrical-coordinate representation of color #D22F73: hue angle of 334.97º 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 #D22F73 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 115 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.18 |
| HSL | 334.97º | 0.64% | 0.5% | - |
| HSV(B) | 334.97º | 0.78% | 0.82% | - |
| XYZ | 30.69 | 16.97 | 17.88 | - |
| YUV | 103.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 115 | 0 | 0.78 | 0.45 | 0.18 | 334.97 | 0.64 | 0.5 |
| Hex | D2 | 2F | 73 | 0 | 4E | 2D | 12 | 14F | 40 | 32 |
| Octal | 322 | 57 | 163 | 0 | 116 | 55 | 22 | 517 | 100 | 62 |
| Binary | 11010010 | 101111 | 1110011 | 0 | 1001110 | 101101 | 10010 | 101001111 | 1000000 | 110010 |
Color Harmonies of #D22F73
Complementary color
Monochromatic Colors of #D22F73
Black with #D22F73
Text Example
Text Example
White with #D22F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F73; }
p { color: rgb(210,47,115); }
H1.HeaderClassName
{
color: #D22F73;
}
.AnyTagClassName
{
color: #D22F73;
}
</style>
background-color css
<style>
a { background-color: #D22F73; }
a { background-color: rgb(210,47,115); }
div.DivClassName
{
background-color: #D22F73;
}
.BgClassName
{
background-color: #D22F73;
}
</style>
border-color css
<style>
span { border-color: #D22F73; }
span { border-color: rgb(210,47,115); }
td.TdClassName
{
border-color: #D22F73;
}
.TagClassName
{
border-color: #D22F73;
}
</style>