Shades of Cerise #D62770
Tints of Cerise #D62770
RGB
CMYK
RGB Variations
Color information
#D62770 (or 0xD62770) is known color: Cerise. HEX triplet: D6, 27 and 70. RGB value is (214,39,112). Sum of RGB (Red+Green+Blue) = 214+39+112=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62770 is #29D88F. Grayscale: #636363. Windows color (decimal): -2742416 or 7350230. OLE color: 7350230.
HSL color Cylindrical-coordinate representation of color #D62770: hue angle of 334.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62770 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 112 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.16 |
| HSL | 334.97º | 0.69% | 0.5% | - |
| HSV(B) | 334.97º | 0.82% | 0.84% | - |
| XYZ | 31.38 | 16.92 | 16.94 | - |
| YUV | 99.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 112 | 0 | 0.82 | 0.48 | 0.16 | 334.97 | 0.69 | 0.5 |
| Hex | D6 | 27 | 70 | 0 | 52 | 30 | 10 | 14F | 45 | 32 |
| Octal | 326 | 47 | 160 | 0 | 122 | 60 | 20 | 517 | 105 | 62 |
| Binary | 11010110 | 100111 | 1110000 | 0 | 1010010 | 110000 | 10000 | 101001111 | 1000101 | 110010 |
Color Harmonies of #D62770
Complementary color
Monochromatic Colors of #D62770
Black with #D62770
Text Example
Text Example
White with #D62770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62770; }
p { color: rgb(214,39,112); }
H1.HeaderClassName
{
color: #D62770;
}
.AnyTagClassName
{
color: #D62770;
}
</style>
background-color css
<style>
a { background-color: #D62770; }
a { background-color: rgb(214,39,112); }
div.DivClassName
{
background-color: #D62770;
}
.BgClassName
{
background-color: #D62770;
}
</style>
border-color css
<style>
span { border-color: #D62770; }
span { border-color: rgb(214,39,112); }
td.TdClassName
{
border-color: #D62770;
}
.TagClassName
{
border-color: #D62770;
}
</style>