Shades of Deep Cerise #D63F81
Tints of Deep Cerise #D63F81
RGB
CMYK
RGB Variations
Color information
#D63F81 (or 0xD63F81) is known color: Deep Cerise. HEX triplet: D6, 3F and 81. RGB value is (214,63,129). Sum of RGB (Red+Green+Blue) = 214+63+129=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F81 is #29C07E. Grayscale: #737373. Windows color (decimal): -2736255 or 8470486. OLE color: 8470486.
HSL color Cylindrical-coordinate representation of color #D63F81: hue angle of 333.77º 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 #D63F81 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 129 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.16 |
| HSL | 333.77º | 0.65% | 0.54% | - |
| HSV(B) | 333.77º | 0.71% | 0.84% | - |
| XYZ | 33.47 | 19.44 | 22.76 | - |
| YUV | 115.67 | 135.53 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 129 | 0 | 0.71 | 0.40 | 0.16 | 333.77 | 0.65 | 0.54 |
| Hex | D6 | 3F | 81 | 0 | 47 | 28 | 10 | 14E | 41 | 36 |
| Octal | 326 | 77 | 201 | 0 | 107 | 50 | 20 | 516 | 101 | 66 |
| Binary | 11010110 | 111111 | 10000001 | 0 | 1000111 | 101000 | 10000 | 101001110 | 1000001 | 110110 |
Color Harmonies of #D63F81
Complementary color
Monochromatic Colors of #D63F81
Black with #D63F81
Text Example
Text Example
White with #D63F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F81; }
p { color: rgb(214,63,129); }
H1.HeaderClassName
{
color: #D63F81;
}
.AnyTagClassName
{
color: #D63F81;
}
</style>
background-color css
<style>
a { background-color: #D63F81; }
a { background-color: rgb(214,63,129); }
div.DivClassName
{
background-color: #D63F81;
}
.BgClassName
{
background-color: #D63F81;
}
</style>
border-color css
<style>
span { border-color: #D63F81; }
span { border-color: rgb(214,63,129); }
td.TdClassName
{
border-color: #D63F81;
}
.TagClassName
{
border-color: #D63F81;
}
</style>