Shades of Deep Cerise #D63E8C
Tints of Deep Cerise #D63E8C
RGB
CMYK
RGB Variations
Color information
#D63E8C (or 0xD63E8C) is known color: Deep Cerise. HEX triplet: D6, 3E and 8C. RGB value is (214,62,140). Sum of RGB (Red+Green+Blue) = 214+62+140=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63E8C is #29C173. Grayscale: #747474. Windows color (decimal): -2736500 or 9191126. OLE color: 9191126.
HSL color Cylindrical-coordinate representation of color #D63E8C: hue angle of 329.21º 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 #D63E8C is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 140 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.16 |
| HSL | 329.21º | 0.65% | 0.54% | - |
| HSV(B) | 329.21º | 0.71% | 0.84% | - |
| XYZ | 34.19 | 19.63 | 26.8 | - |
| YUV | 116.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 140 | 0 | 0.71 | 0.35 | 0.16 | 329.21 | 0.65 | 0.54 |
| Hex | D6 | 3E | 8C | 0 | 47 | 23 | 10 | 149 | 41 | 36 |
| Octal | 326 | 76 | 214 | 0 | 107 | 43 | 20 | 511 | 101 | 66 |
| Binary | 11010110 | 111110 | 10001100 | 0 | 1000111 | 100011 | 10000 | 101001001 | 1000001 | 110110 |
Color Harmonies of #D63E8C
Complementary color
Monochromatic Colors of #D63E8C
Black with #D63E8C
Text Example
Text Example
White with #D63E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E8C; }
p { color: rgb(214,62,140); }
H1.HeaderClassName
{
color: #D63E8C;
}
.AnyTagClassName
{
color: #D63E8C;
}
</style>
background-color css
<style>
a { background-color: #D63E8C; }
a { background-color: rgb(214,62,140); }
div.DivClassName
{
background-color: #D63E8C;
}
.BgClassName
{
background-color: #D63E8C;
}
</style>
border-color css
<style>
span { border-color: #D63E8C; }
span { border-color: rgb(214,62,140); }
td.TdClassName
{
border-color: #D63E8C;
}
.TagClassName
{
border-color: #D63E8C;
}
</style>