Shades of Cerise #D62870
Tints of Cerise #D62870
RGB
CMYK
RGB Variations
Color information
#D62870 (or 0xD62870) is known color: Cerise. HEX triplet: D6, 28 and 70. RGB value is (214,40,112). Sum of RGB (Red+Green+Blue) = 214+40+112=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D62870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62870 is #29D78F. Grayscale: #646464. Windows color (decimal): -2742160 or 7350486. OLE color: 7350486.
HSL color Cylindrical-coordinate representation of color #D62870: hue angle of 335.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62870 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 112 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.16 |
| HSL | 335.17º | 0.69% | 0.5% | - |
| HSV(B) | 335.17º | 0.81% | 0.84% | - |
| XYZ | 31.41 | 16.98 | 16.95 | - |
| YUV | 100.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 112 | 0 | 0.81 | 0.48 | 0.16 | 335.17 | 0.69 | 0.5 |
| Hex | D6 | 28 | 70 | 0 | 51 | 30 | 10 | 14F | 45 | 32 |
| Octal | 326 | 50 | 160 | 0 | 121 | 60 | 20 | 517 | 105 | 62 |
| Binary | 11010110 | 101000 | 1110000 | 0 | 1010001 | 110000 | 10000 | 101001111 | 1000101 | 110010 |
Color Harmonies of #D62870
Complementary color
Monochromatic Colors of #D62870
Black with #D62870
Text Example
Text Example
White with #D62870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62870; }
p { color: rgb(214,40,112); }
H1.HeaderClassName
{
color: #D62870;
}
.AnyTagClassName
{
color: #D62870;
}
</style>
background-color css
<style>
a { background-color: #D62870; }
a { background-color: rgb(214,40,112); }
div.DivClassName
{
background-color: #D62870;
}
.BgClassName
{
background-color: #D62870;
}
</style>
border-color css
<style>
span { border-color: #D62870; }
span { border-color: rgb(214,40,112); }
td.TdClassName
{
border-color: #D62870;
}
.TagClassName
{
border-color: #D62870;
}
</style>