Shades of Deep Cerise #D62C87
Tints of Deep Cerise #D62C87
RGB
CMYK
RGB Variations
Color information
#D62C87 (or 0xD62C87) is known color: Deep Cerise. HEX triplet: D6, 2C and 87. RGB value is (214,44,135). Sum of RGB (Red+Green+Blue) = 214+44+135=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C87 is #29D378. Grayscale: #696969. Windows color (decimal): -2741113 or 8858838. OLE color: 8858838.
HSL color Cylindrical-coordinate representation of color #D62C87: hue angle of 327.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62C87 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 44 | 135 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.16 |
| HSL | 327.88º | 0.67% | 0.51% | - |
| HSV(B) | 327.88º | 0.79% | 0.84% | - |
| XYZ | 33.01 | 17.85 | 24.63 | - |
| YUV | 105.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 135 | 0 | 0.79 | 0.37 | 0.16 | 327.88 | 0.67 | 0.51 |
| Hex | D6 | 2C | 87 | 0 | 4F | 25 | 10 | 148 | 43 | 33 |
| Octal | 326 | 54 | 207 | 0 | 117 | 45 | 20 | 510 | 103 | 63 |
| Binary | 11010110 | 101100 | 10000111 | 0 | 1001111 | 100101 | 10000 | 101001000 | 1000011 | 110011 |
Color Harmonies of #D62C87
Complementary color
Monochromatic Colors of #D62C87
Black with #D62C87
Text Example
Text Example
White with #D62C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62C87; }
p { color: rgb(214,44,135); }
H1.HeaderClassName
{
color: #D62C87;
}
.AnyTagClassName
{
color: #D62C87;
}
</style>
background-color css
<style>
a { background-color: #D62C87; }
a { background-color: rgb(214,44,135); }
div.DivClassName
{
background-color: #D62C87;
}
.BgClassName
{
background-color: #D62C87;
}
</style>
border-color css
<style>
span { border-color: #D62C87; }
span { border-color: rgb(214,44,135); }
td.TdClassName
{
border-color: #D62C87;
}
.TagClassName
{
border-color: #D62C87;
}
</style>