Shades of Cerise #D42F73
Tints of Cerise #D42F73
RGB
CMYK
RGB Variations
Color information
#D42F73 (or 0xD42F73) is known color: Cerise. HEX triplet: D4, 2F and 73. RGB value is (212,47,115). Sum of RGB (Red+Green+Blue) = 212+47+115=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F73 is #2BD08C. Grayscale: #676767. Windows color (decimal): -2871437 or 7548884. OLE color: 7548884.
HSL color Cylindrical-coordinate representation of color #D42F73: hue angle of 335.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F73 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 115 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.17 |
| HSL | 335.27º | 0.66% | 0.51% | - |
| HSV(B) | 335.27º | 0.78% | 0.83% | - |
| XYZ | 31.26 | 17.27 | 17.9 | - |
| YUV | 104.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 115 | 0 | 0.78 | 0.46 | 0.17 | 335.27 | 0.66 | 0.51 |
| Hex | D4 | 2F | 73 | 0 | 4E | 2E | 11 | 14F | 42 | 33 |
| Octal | 324 | 57 | 163 | 0 | 116 | 56 | 21 | 517 | 102 | 63 |
| Binary | 11010100 | 101111 | 1110011 | 0 | 1001110 | 101110 | 10001 | 101001111 | 1000010 | 110011 |
Color Harmonies of #D42F73
Complementary color
Monochromatic Colors of #D42F73
Black with #D42F73
Text Example
Text Example
White with #D42F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F73; }
p { color: rgb(212,47,115); }
H1.HeaderClassName
{
color: #D42F73;
}
.AnyTagClassName
{
color: #D42F73;
}
</style>
background-color css
<style>
a { background-color: #D42F73; }
a { background-color: rgb(212,47,115); }
div.DivClassName
{
background-color: #D42F73;
}
.BgClassName
{
background-color: #D42F73;
}
</style>
border-color css
<style>
span { border-color: #D42F73; }
span { border-color: rgb(212,47,115); }
td.TdClassName
{
border-color: #D42F73;
}
.TagClassName
{
border-color: #D42F73;
}
</style>