Shades of Deep Cerise #D63E8F
Tints of Deep Cerise #D63E8F
RGB
CMYK
RGB Variations
Color information
#D63E8F (or 0xD63E8F) is known color: Deep Cerise. HEX triplet: D6, 3E and 8F. RGB value is (214,62,143). Sum of RGB (Red+Green+Blue) = 214+62+143=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63E8F is #29C170. Grayscale: #747474. Windows color (decimal): -2736497 or 9387734. OLE color: 9387734.
HSL color Cylindrical-coordinate representation of color #D63E8F: hue angle of 328.03º 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 #D63E8F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 143 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.16 |
| HSL | 328.03º | 0.65% | 0.54% | - |
| HSV(B) | 328.03º | 0.71% | 0.84% | - |
| XYZ | 34.41 | 19.72 | 27.98 | - |
| YUV | 116.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 143 | 0 | 0.71 | 0.33 | 0.16 | 328.03 | 0.65 | 0.54 |
| Hex | D6 | 3E | 8F | 0 | 47 | 21 | 10 | 148 | 41 | 36 |
| Octal | 326 | 76 | 217 | 0 | 107 | 41 | 20 | 510 | 101 | 66 |
| Binary | 11010110 | 111110 | 10001111 | 0 | 1000111 | 100001 | 10000 | 101001000 | 1000001 | 110110 |
Color Harmonies of #D63E8F
Complementary color
Monochromatic Colors of #D63E8F
Black with #D63E8F
Text Example
Text Example
White with #D63E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E8F; }
p { color: rgb(214,62,143); }
H1.HeaderClassName
{
color: #D63E8F;
}
.AnyTagClassName
{
color: #D63E8F;
}
</style>
background-color css
<style>
a { background-color: #D63E8F; }
a { background-color: rgb(214,62,143); }
div.DivClassName
{
background-color: #D63E8F;
}
.BgClassName
{
background-color: #D63E8F;
}
</style>
border-color css
<style>
span { border-color: #D63E8F; }
span { border-color: rgb(214,62,143); }
td.TdClassName
{
border-color: #D63E8F;
}
.TagClassName
{
border-color: #D63E8F;
}
</style>