Shades of Cerise #D42B72
Tints of Cerise #D42B72
RGB
CMYK
RGB Variations
Color information
#D42B72 (or 0xD42B72) is known color: Cerise. HEX triplet: D4, 2B and 72. RGB value is (212,43,114). Sum of RGB (Red+Green+Blue) = 212+43+114=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B72 is #2BD48D. Grayscale: #656565. Windows color (decimal): -2872462 or 7482324. OLE color: 7482324.
HSL color Cylindrical-coordinate representation of color #D42B72: hue angle of 334.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B72 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 114 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.17 |
| HSL | 334.79º | 0.66% | 0.5% | - |
| HSV(B) | 334.79º | 0.8% | 0.83% | - |
| XYZ | 31.05 | 16.94 | 17.55 | - |
| YUV | 101.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 114 | 0 | 0.80 | 0.46 | 0.17 | 334.79 | 0.66 | 0.5 |
| Hex | D4 | 2B | 72 | 0 | 50 | 2E | 11 | 14F | 42 | 32 |
| Octal | 324 | 53 | 162 | 0 | 120 | 56 | 21 | 517 | 102 | 62 |
| Binary | 11010100 | 101011 | 1110010 | 0 | 1010000 | 101110 | 10001 | 101001111 | 1000010 | 110010 |
Color Harmonies of #D42B72
Complementary color
Monochromatic Colors of #D42B72
Black with #D42B72
Text Example
Text Example
White with #D42B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B72; }
p { color: rgb(212,43,114); }
H1.HeaderClassName
{
color: #D42B72;
}
.AnyTagClassName
{
color: #D42B72;
}
</style>
background-color css
<style>
a { background-color: #D42B72; }
a { background-color: rgb(212,43,114); }
div.DivClassName
{
background-color: #D42B72;
}
.BgClassName
{
background-color: #D42B72;
}
</style>
border-color css
<style>
span { border-color: #D42B72; }
span { border-color: rgb(212,43,114); }
td.TdClassName
{
border-color: #D42B72;
}
.TagClassName
{
border-color: #D42B72;
}
</style>