Shades of Deep Cerise #D63B87
Tints of Deep Cerise #D63B87
RGB
CMYK
RGB Variations
Color information
#D63B87 (or 0xD63B87) is known color: Deep Cerise. HEX triplet: D6, 3B and 87. RGB value is (214,59,135). Sum of RGB (Red+Green+Blue) = 214+59+135=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63B87 is #29C478. Grayscale: #717171. Windows color (decimal): -2737273 or 8862678. OLE color: 8862678.
HSL color Cylindrical-coordinate representation of color #D63B87: hue angle of 330.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63B87 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 135 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.16 |
| HSL | 330.58º | 0.65% | 0.54% | - |
| HSV(B) | 330.58º | 0.72% | 0.84% | - |
| XYZ | 33.67 | 19.17 | 24.85 | - |
| YUV | 114.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 135 | 0 | 0.72 | 0.37 | 0.16 | 330.58 | 0.65 | 0.54 |
| Hex | D6 | 3B | 87 | 0 | 48 | 25 | 10 | 14B | 41 | 36 |
| Octal | 326 | 73 | 207 | 0 | 110 | 45 | 20 | 513 | 101 | 66 |
| Binary | 11010110 | 111011 | 10000111 | 0 | 1001000 | 100101 | 10000 | 101001011 | 1000001 | 110110 |
Color Harmonies of #D63B87
Complementary color
Monochromatic Colors of #D63B87
Black with #D63B87
Text Example
Text Example
White with #D63B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B87; }
p { color: rgb(214,59,135); }
H1.HeaderClassName
{
color: #D63B87;
}
.AnyTagClassName
{
color: #D63B87;
}
</style>
background-color css
<style>
a { background-color: #D63B87; }
a { background-color: rgb(214,59,135); }
div.DivClassName
{
background-color: #D63B87;
}
.BgClassName
{
background-color: #D63B87;
}
</style>
border-color css
<style>
span { border-color: #D63B87; }
span { border-color: rgb(214,59,135); }
td.TdClassName
{
border-color: #D63B87;
}
.TagClassName
{
border-color: #D63B87;
}
</style>