Shades of Deep Cerise #D62F87
Tints of Deep Cerise #D62F87
RGB
CMYK
RGB Variations
Color information
#D62F87 (or 0xD62F87) is known color: Deep Cerise. HEX triplet: D6, 2F and 87. RGB value is (214,47,135). Sum of RGB (Red+Green+Blue) = 214+47+135=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F87 is #29D078. Grayscale: #6A6A6A. Windows color (decimal): -2740345 or 8859606. OLE color: 8859606.
HSL color Cylindrical-coordinate representation of color #D62F87: hue angle of 328.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62F87 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 135 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.16 |
| HSL | 328.38º | 0.67% | 0.51% | - |
| HSV(B) | 328.38º | 0.78% | 0.84% | - |
| XYZ | 33.12 | 18.08 | 24.67 | - |
| YUV | 106.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 135 | 0 | 0.78 | 0.37 | 0.16 | 328.38 | 0.67 | 0.51 |
| Hex | D6 | 2F | 87 | 0 | 4E | 25 | 10 | 148 | 43 | 33 |
| Octal | 326 | 57 | 207 | 0 | 116 | 45 | 20 | 510 | 103 | 63 |
| Binary | 11010110 | 101111 | 10000111 | 0 | 1001110 | 100101 | 10000 | 101001000 | 1000011 | 110011 |
Color Harmonies of #D62F87
Complementary color
Monochromatic Colors of #D62F87
Black with #D62F87
Text Example
Text Example
White with #D62F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F87; }
p { color: rgb(214,47,135); }
H1.HeaderClassName
{
color: #D62F87;
}
.AnyTagClassName
{
color: #D62F87;
}
</style>
background-color css
<style>
a { background-color: #D62F87; }
a { background-color: rgb(214,47,135); }
div.DivClassName
{
background-color: #D62F87;
}
.BgClassName
{
background-color: #D62F87;
}
</style>
border-color css
<style>
span { border-color: #D62F87; }
span { border-color: rgb(214,47,135); }
td.TdClassName
{
border-color: #D62F87;
}
.TagClassName
{
border-color: #D62F87;
}
</style>