Shades of Deep Cerise #D62086
Tints of Deep Cerise #D62086
RGB
CMYK
RGB Variations
Color information
#D62086 (or 0xD62086) is known color: Deep Cerise. HEX triplet: D6, 20 and 86. RGB value is (214,32,134). Sum of RGB (Red+Green+Blue) = 214+32+134=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D62086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62086 is #29DF79. Grayscale: #616161. Windows color (decimal): -2744186 or 8790230. OLE color: 8790230.
HSL color Cylindrical-coordinate representation of color #D62086: hue angle of 326.37º 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 #D62086 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 134 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.16 |
| HSL | 326.37º | 0.74% | 0.48% | - |
| HSV(B) | 326.37º | 0.85% | 0.84% | - |
| XYZ | 32.55 | 17.05 | 24.13 | - |
| YUV | 98.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 134 | 0 | 0.85 | 0.37 | 0.16 | 326.37 | 0.74 | 0.48 |
| Hex | D6 | 20 | 86 | 0 | 55 | 25 | 10 | 146 | 4A | 30 |
| Octal | 326 | 40 | 206 | 0 | 125 | 45 | 20 | 506 | 112 | 60 |
| Binary | 11010110 | 100000 | 10000110 | 0 | 1010101 | 100101 | 10000 | 101000110 | 1001010 | 110000 |
Color Harmonies of #D62086
Complementary color
Monochromatic Colors of #D62086
Black with #D62086
Text Example
Text Example
White with #D62086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62086; }
p { color: rgb(214,32,134); }
H1.HeaderClassName
{
color: #D62086;
}
.AnyTagClassName
{
color: #D62086;
}
</style>
background-color css
<style>
a { background-color: #D62086; }
a { background-color: rgb(214,32,134); }
div.DivClassName
{
background-color: #D62086;
}
.BgClassName
{
background-color: #D62086;
}
</style>
border-color css
<style>
span { border-color: #D62086; }
span { border-color: rgb(214,32,134); }
td.TdClassName
{
border-color: #D62086;
}
.TagClassName
{
border-color: #D62086;
}
</style>