Shades of Deep Cerise #D63F95
Tints of Deep Cerise #D63F95
RGB
CMYK
RGB Variations
Color information
#D63F95 (or 0xD63F95) is known color: Deep Cerise. HEX triplet: D6, 3F and 95. RGB value is (214,63,149). Sum of RGB (Red+Green+Blue) = 214+63+149=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F95 is #29C06A. Grayscale: #757575. Windows color (decimal): -2736235 or 9781206. OLE color: 9781206.
HSL color Cylindrical-coordinate representation of color #D63F95: hue angle of 325.83º 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 #D63F95 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 149 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.16 |
| HSL | 325.83º | 0.65% | 0.54% | - |
| HSV(B) | 325.83º | 0.71% | 0.84% | - |
| XYZ | 34.93 | 20.02 | 30.46 | - |
| YUV | 117.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 149 | 0 | 0.71 | 0.30 | 0.16 | 325.83 | 0.65 | 0.54 |
| Hex | D6 | 3F | 95 | 0 | 47 | 1E | 10 | 146 | 41 | 36 |
| Octal | 326 | 77 | 225 | 0 | 107 | 36 | 20 | 506 | 101 | 66 |
| Binary | 11010110 | 111111 | 10010101 | 0 | 1000111 | 11110 | 10000 | 101000110 | 1000001 | 110110 |
Color Harmonies of #D63F95
Complementary color
Monochromatic Colors of #D63F95
Black with #D63F95
Text Example
Text Example
White with #D63F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F95; }
p { color: rgb(214,63,149); }
H1.HeaderClassName
{
color: #D63F95;
}
.AnyTagClassName
{
color: #D63F95;
}
</style>
background-color css
<style>
a { background-color: #D63F95; }
a { background-color: rgb(214,63,149); }
div.DivClassName
{
background-color: #D63F95;
}
.BgClassName
{
background-color: #D63F95;
}
</style>
border-color css
<style>
span { border-color: #D63F95; }
span { border-color: rgb(214,63,149); }
td.TdClassName
{
border-color: #D63F95;
}
.TagClassName
{
border-color: #D63F95;
}
</style>