Shades of Deep Cerise #D63487
Tints of Deep Cerise #D63487
RGB
CMYK
RGB Variations
Color information
#D63487 (or 0xD63487) is known color: Deep Cerise. HEX triplet: D6, 34 and 87. RGB value is (214,52,135). Sum of RGB (Red+Green+Blue) = 214+52+135=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D63487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63487 is #29CB78. Grayscale: #6D6D6D. Windows color (decimal): -2739065 or 8860886. OLE color: 8860886.
HSL color Cylindrical-coordinate representation of color #D63487: hue angle of 329.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63487 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 135 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.16 |
| HSL | 329.26º | 0.66% | 0.52% | - |
| HSV(B) | 329.26º | 0.76% | 0.84% | - |
| XYZ | 33.33 | 18.5 | 24.74 | - |
| YUV | 109.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 135 | 0 | 0.76 | 0.37 | 0.16 | 329.26 | 0.66 | 0.52 |
| Hex | D6 | 34 | 87 | 0 | 4C | 25 | 10 | 149 | 42 | 34 |
| Octal | 326 | 64 | 207 | 0 | 114 | 45 | 20 | 511 | 102 | 64 |
| Binary | 11010110 | 110100 | 10000111 | 0 | 1001100 | 100101 | 10000 | 101001001 | 1000010 | 110100 |
Color Harmonies of #D63487
Complementary color
Monochromatic Colors of #D63487
Black with #D63487
Text Example
Text Example
White with #D63487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63487; }
p { color: rgb(214,52,135); }
H1.HeaderClassName
{
color: #D63487;
}
.AnyTagClassName
{
color: #D63487;
}
</style>
background-color css
<style>
a { background-color: #D63487; }
a { background-color: rgb(214,52,135); }
div.DivClassName
{
background-color: #D63487;
}
.BgClassName
{
background-color: #D63487;
}
</style>
border-color css
<style>
span { border-color: #D63487; }
span { border-color: rgb(214,52,135); }
td.TdClassName
{
border-color: #D63487;
}
.TagClassName
{
border-color: #D63487;
}
</style>