Shades of Cerise #D62472
Tints of Cerise #D62472
RGB
CMYK
RGB Variations
Color information
#D62472 (or 0xD62472) is known color: Cerise. HEX triplet: D6, 24 and 72. RGB value is (214,36,114). Sum of RGB (Red+Green+Blue) = 214+36+114=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D62472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62472 is #29DB8D. Grayscale: #616161. Windows color (decimal): -2743182 or 7480534. OLE color: 7480534.
HSL color Cylindrical-coordinate representation of color #D62472: hue angle of 333.71º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62472 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 114 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.16 |
| HSL | 333.71º | 0.71% | 0.49% | - |
| HSV(B) | 333.71º | 0.83% | 0.84% | - |
| XYZ | 31.4 | 16.77 | 17.5 | - |
| YUV | 98.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 114 | 0 | 0.83 | 0.47 | 0.16 | 333.71 | 0.71 | 0.49 |
| Hex | D6 | 24 | 72 | 0 | 53 | 2F | 10 | 14E | 47 | 31 |
| Octal | 326 | 44 | 162 | 0 | 123 | 57 | 20 | 516 | 107 | 61 |
| Binary | 11010110 | 100100 | 1110010 | 0 | 1010011 | 101111 | 10000 | 101001110 | 1000111 | 110001 |
Color Harmonies of #D62472
Complementary color
Monochromatic Colors of #D62472
Black with #D62472
Text Example
Text Example
White with #D62472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62472; }
p { color: rgb(214,36,114); }
H1.HeaderClassName
{
color: #D62472;
}
.AnyTagClassName
{
color: #D62472;
}
</style>
background-color css
<style>
a { background-color: #D62472; }
a { background-color: rgb(214,36,114); }
div.DivClassName
{
background-color: #D62472;
}
.BgClassName
{
background-color: #D62472;
}
</style>
border-color css
<style>
span { border-color: #D62472; }
span { border-color: rgb(214,36,114); }
td.TdClassName
{
border-color: #D62472;
}
.TagClassName
{
border-color: #D62472;
}
</style>