Shades of Cerise #D63F60
Tints of Cerise #D63F60
RGB
CMYK
RGB Variations
Color information
#D63F60 (or 0xD63F60) is known color: Cerise. HEX triplet: D6, 3F and 60. RGB value is (214,63,96). Sum of RGB (Red+Green+Blue) = 214+63+96=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F60 is #29C09F. Grayscale: #6F6F6F. Windows color (decimal): -2736288 or 6307798. OLE color: 6307798.
HSL color Cylindrical-coordinate representation of color #D63F60: hue angle of 346.89º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F60 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 96 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.16 |
| HSL | 346.89º | 0.65% | 0.54% | - |
| HSV(B) | 346.89º | 0.71% | 0.84% | - |
| XYZ | 31.62 | 18.7 | 13.01 | - |
| YUV | 111.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 96 | 0 | 0.71 | 0.55 | 0.16 | 346.89 | 0.65 | 0.54 |
| Hex | D6 | 3F | 60 | 0 | 47 | 37 | 10 | 15B | 41 | 36 |
| Octal | 326 | 77 | 140 | 0 | 107 | 67 | 20 | 533 | 101 | 66 |
| Binary | 11010110 | 111111 | 1100000 | 0 | 1000111 | 110111 | 10000 | 101011011 | 1000001 | 110110 |
Color Harmonies of #D63F60
Complementary color
Monochromatic Colors of #D63F60
Black with #D63F60
Text Example
Text Example
White with #D63F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F60; }
p { color: rgb(214,63,96); }
H1.HeaderClassName
{
color: #D63F60;
}
.AnyTagClassName
{
color: #D63F60;
}
</style>
background-color css
<style>
a { background-color: #D63F60; }
a { background-color: rgb(214,63,96); }
div.DivClassName
{
background-color: #D63F60;
}
.BgClassName
{
background-color: #D63F60;
}
</style>
border-color css
<style>
span { border-color: #D63F60; }
span { border-color: rgb(214,63,96); }
td.TdClassName
{
border-color: #D63F60;
}
.TagClassName
{
border-color: #D63F60;
}
</style>