Shades of Deep Cerise #D63E9E
Tints of Deep Cerise #D63E9E
RGB
CMYK
RGB Variations
Color information
#D63E9E (or 0xD63E9E) is known color: Deep Cerise. HEX triplet: D6, 3E and 9E. RGB value is (214,62,158). Sum of RGB (Red+Green+Blue) = 214+62+158=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63E9E is #29C161. Grayscale: #767676. Windows color (decimal): -2736482 or 10370774. OLE color: 10370774.
HSL color Cylindrical-coordinate representation of color #D63E9E: hue angle of 322.11º 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 #D63E9E is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 158 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.16 |
| HSL | 322.11º | 0.65% | 0.54% | - |
| HSV(B) | 322.11º | 0.71% | 0.84% | - |
| XYZ | 35.63 | 20.21 | 34.37 | - |
| YUV | 118.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 158 | 0 | 0.71 | 0.26 | 0.16 | 322.11 | 0.65 | 0.54 |
| Hex | D6 | 3E | 9E | 0 | 47 | 1A | 10 | 142 | 41 | 36 |
| Octal | 326 | 76 | 236 | 0 | 107 | 32 | 20 | 502 | 101 | 66 |
| Binary | 11010110 | 111110 | 10011110 | 0 | 1000111 | 11010 | 10000 | 101000010 | 1000001 | 110110 |
Color Harmonies of #D63E9E
Complementary color
Monochromatic Colors of #D63E9E
Black with #D63E9E
Text Example
Text Example
White with #D63E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E9E; }
p { color: rgb(214,62,158); }
H1.HeaderClassName
{
color: #D63E9E;
}
.AnyTagClassName
{
color: #D63E9E;
}
</style>
background-color css
<style>
a { background-color: #D63E9E; }
a { background-color: rgb(214,62,158); }
div.DivClassName
{
background-color: #D63E9E;
}
.BgClassName
{
background-color: #D63E9E;
}
</style>
border-color css
<style>
span { border-color: #D63E9E; }
span { border-color: rgb(214,62,158); }
td.TdClassName
{
border-color: #D63E9E;
}
.TagClassName
{
border-color: #D63E9E;
}
</style>