Shades of Deep Cerise #D62A87
Tints of Deep Cerise #D62A87
RGB
CMYK
RGB Variations
Color information
#D62A87 (or 0xD62A87) is known color: Deep Cerise. HEX triplet: D6, 2A and 87. RGB value is (214,42,135). Sum of RGB (Red+Green+Blue) = 214+42+135=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A87 is #29D578. Grayscale: #676767. Windows color (decimal): -2741625 or 8858326. OLE color: 8858326.
HSL color Cylindrical-coordinate representation of color #D62A87: hue angle of 327.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A87 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 135 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.16 |
| HSL | 327.56º | 0.68% | 0.5% | - |
| HSV(B) | 327.56º | 0.8% | 0.84% | - |
| XYZ | 32.93 | 17.7 | 24.6 | - |
| YUV | 104.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 135 | 0 | 0.80 | 0.37 | 0.16 | 327.56 | 0.68 | 0.5 |
| Hex | D6 | 2A | 87 | 0 | 50 | 25 | 10 | 148 | 44 | 32 |
| Octal | 326 | 52 | 207 | 0 | 120 | 45 | 20 | 510 | 104 | 62 |
| Binary | 11010110 | 101010 | 10000111 | 0 | 1010000 | 100101 | 10000 | 101001000 | 1000100 | 110010 |
Color Harmonies of #D62A87
Complementary color
Monochromatic Colors of #D62A87
Black with #D62A87
Text Example
Text Example
White with #D62A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A87; }
p { color: rgb(214,42,135); }
H1.HeaderClassName
{
color: #D62A87;
}
.AnyTagClassName
{
color: #D62A87;
}
</style>
background-color css
<style>
a { background-color: #D62A87; }
a { background-color: rgb(214,42,135); }
div.DivClassName
{
background-color: #D62A87;
}
.BgClassName
{
background-color: #D62A87;
}
</style>
border-color css
<style>
span { border-color: #D62A87; }
span { border-color: rgb(214,42,135); }
td.TdClassName
{
border-color: #D62A87;
}
.TagClassName
{
border-color: #D62A87;
}
</style>