Shades of Cerise #D63E5F
Tints of Cerise #D63E5F
RGB
CMYK
RGB Variations
Color information
#D63E5F (or 0xD63E5F) is known color: Cerise. HEX triplet: D6, 3E and 5F. RGB value is (214,62,95). Sum of RGB (Red+Green+Blue) = 214+62+95=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E5F is #29C1A0. Grayscale: #6F6F6F. Windows color (decimal): -2736545 or 6242006. OLE color: 6242006.
HSL color Cylindrical-coordinate representation of color #D63E5F: hue angle of 346.97º 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 #D63E5F is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 95 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.16 |
| HSL | 346.97º | 0.65% | 0.54% | - |
| HSV(B) | 346.97º | 0.71% | 0.84% | - |
| XYZ | 31.52 | 18.57 | 12.75 | - |
| YUV | 111.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 95 | 0 | 0.71 | 0.56 | 0.16 | 346.97 | 0.65 | 0.54 |
| Hex | D6 | 3E | 5F | 0 | 47 | 38 | 10 | 15B | 41 | 36 |
| Octal | 326 | 76 | 137 | 0 | 107 | 70 | 20 | 533 | 101 | 66 |
| Binary | 11010110 | 111110 | 1011111 | 0 | 1000111 | 111000 | 10000 | 101011011 | 1000001 | 110110 |
Color Harmonies of #D63E5F
Complementary color
Monochromatic Colors of #D63E5F
Black with #D63E5F
Text Example
Text Example
White with #D63E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E5F; }
p { color: rgb(214,62,95); }
H1.HeaderClassName
{
color: #D63E5F;
}
.AnyTagClassName
{
color: #D63E5F;
}
</style>
background-color css
<style>
a { background-color: #D63E5F; }
a { background-color: rgb(214,62,95); }
div.DivClassName
{
background-color: #D63E5F;
}
.BgClassName
{
background-color: #D63E5F;
}
</style>
border-color css
<style>
span { border-color: #D63E5F; }
span { border-color: rgb(214,62,95); }
td.TdClassName
{
border-color: #D63E5F;
}
.TagClassName
{
border-color: #D63E5F;
}
</style>