Shades of Cerise #D42172
Tints of Cerise #D42172
RGB
CMYK
RGB Variations
Color information
#D42172 (or 0xD42172) is known color: Cerise. HEX triplet: D4, 21 and 72. RGB value is (212,33,114). Sum of RGB (Red+Green+Blue) = 212+33+114=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D42172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42172 is #2BDE8D. Grayscale: #5F5F5F. Windows color (decimal): -2875022 or 7479764. OLE color: 7479764.
HSL color Cylindrical-coordinate representation of color #D42172: hue angle of 332.85º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42172 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 114 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.17 |
| HSL | 332.85º | 0.73% | 0.48% | - |
| HSV(B) | 332.85º | 0.84% | 0.83% | - |
| XYZ | 30.73 | 16.3 | 17.45 | - |
| YUV | 95.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 114 | 0 | 0.84 | 0.46 | 0.17 | 332.85 | 0.73 | 0.48 |
| Hex | D4 | 21 | 72 | 0 | 54 | 2E | 11 | 14D | 49 | 30 |
| Octal | 324 | 41 | 162 | 0 | 124 | 56 | 21 | 515 | 111 | 60 |
| Binary | 11010100 | 100001 | 1110010 | 0 | 1010100 | 101110 | 10001 | 101001101 | 1001001 | 110000 |
Color Harmonies of #D42172
Complementary color
Monochromatic Colors of #D42172
Black with #D42172
Text Example
Text Example
White with #D42172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42172; }
p { color: rgb(212,33,114); }
H1.HeaderClassName
{
color: #D42172;
}
.AnyTagClassName
{
color: #D42172;
}
</style>
background-color css
<style>
a { background-color: #D42172; }
a { background-color: rgb(212,33,114); }
div.DivClassName
{
background-color: #D42172;
}
.BgClassName
{
background-color: #D42172;
}
</style>
border-color css
<style>
span { border-color: #D42172; }
span { border-color: rgb(212,33,114); }
td.TdClassName
{
border-color: #D42172;
}
.TagClassName
{
border-color: #D42172;
}
</style>