Shades of Deep Cerise #D62087
Tints of Deep Cerise #D62087
RGB
CMYK
RGB Variations
Color information
#D62087 (or 0xD62087) is known color: Deep Cerise. HEX triplet: D6, 20 and 87. RGB value is (214,32,135). Sum of RGB (Red+Green+Blue) = 214+32+135=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D62087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62087 is #29DF78. Grayscale: #616161. Windows color (decimal): -2744185 or 8855766. OLE color: 8855766.
HSL color Cylindrical-coordinate representation of color #D62087: hue angle of 326.04º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62087 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 135 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.16 |
| HSL | 326.04º | 0.74% | 0.48% | - |
| HSV(B) | 326.04º | 0.85% | 0.84% | - |
| XYZ | 32.62 | 17.08 | 24.5 | - |
| YUV | 98.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 135 | 0 | 0.85 | 0.37 | 0.16 | 326.04 | 0.74 | 0.48 |
| Hex | D6 | 20 | 87 | 0 | 55 | 25 | 10 | 146 | 4A | 30 |
| Octal | 326 | 40 | 207 | 0 | 125 | 45 | 20 | 506 | 112 | 60 |
| Binary | 11010110 | 100000 | 10000111 | 0 | 1010101 | 100101 | 10000 | 101000110 | 1001010 | 110000 |
Color Harmonies of #D62087
Complementary color
Monochromatic Colors of #D62087
Black with #D62087
Text Example
Text Example
White with #D62087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62087; }
p { color: rgb(214,32,135); }
H1.HeaderClassName
{
color: #D62087;
}
.AnyTagClassName
{
color: #D62087;
}
</style>
background-color css
<style>
a { background-color: #D62087; }
a { background-color: rgb(214,32,135); }
div.DivClassName
{
background-color: #D62087;
}
.BgClassName
{
background-color: #D62087;
}
</style>
border-color css
<style>
span { border-color: #D62087; }
span { border-color: rgb(214,32,135); }
td.TdClassName
{
border-color: #D62087;
}
.TagClassName
{
border-color: #D62087;
}
</style>