Shades of Deep Cerise #D63F88
Tints of Deep Cerise #D63F88
RGB
CMYK
RGB Variations
Color information
#D63F88 (or 0xD63F88) is known color: Deep Cerise. HEX triplet: D6, 3F and 88. RGB value is (214,63,136). Sum of RGB (Red+Green+Blue) = 214+63+136=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63F88 is #29C077. Grayscale: #747474. Windows color (decimal): -2736248 or 8929238. OLE color: 8929238.
HSL color Cylindrical-coordinate representation of color #D63F88: hue angle of 330.99º 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 #D63F88 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 136 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.16 |
| HSL | 330.99º | 0.65% | 0.54% | - |
| HSV(B) | 330.99º | 0.71% | 0.84% | - |
| XYZ | 33.95 | 19.63 | 25.29 | - |
| YUV | 116.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 136 | 0 | 0.71 | 0.36 | 0.16 | 330.99 | 0.65 | 0.54 |
| Hex | D6 | 3F | 88 | 0 | 47 | 24 | 10 | 14B | 41 | 36 |
| Octal | 326 | 77 | 210 | 0 | 107 | 44 | 20 | 513 | 101 | 66 |
| Binary | 11010110 | 111111 | 10001000 | 0 | 1000111 | 100100 | 10000 | 101001011 | 1000001 | 110110 |
Color Harmonies of #D63F88
Complementary color
Monochromatic Colors of #D63F88
Black with #D63F88
Text Example
Text Example
White with #D63F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F88; }
p { color: rgb(214,63,136); }
H1.HeaderClassName
{
color: #D63F88;
}
.AnyTagClassName
{
color: #D63F88;
}
</style>
background-color css
<style>
a { background-color: #D63F88; }
a { background-color: rgb(214,63,136); }
div.DivClassName
{
background-color: #D63F88;
}
.BgClassName
{
background-color: #D63F88;
}
</style>
border-color css
<style>
span { border-color: #D63F88; }
span { border-color: rgb(214,63,136); }
td.TdClassName
{
border-color: #D63F88;
}
.TagClassName
{
border-color: #D63F88;
}
</style>