Shades of Deep Cerise #D62085
Tints of Deep Cerise #D62085
RGB
CMYK
RGB Variations
Color information
#D62085 (or 0xD62085) is known color: Deep Cerise. HEX triplet: D6, 20 and 85. RGB value is (214,32,133). Sum of RGB (Red+Green+Blue) = 214+32+133=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D62085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62085 is #29DF7A. Grayscale: #616161. Windows color (decimal): -2744187 or 8724694. OLE color: 8724694.
HSL color Cylindrical-coordinate representation of color #D62085: hue angle of 326.7º 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 #D62085 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 133 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.16 |
| HSL | 326.7º | 0.74% | 0.48% | - |
| HSV(B) | 326.7º | 0.85% | 0.84% | - |
| XYZ | 32.48 | 17.02 | 23.76 | - |
| YUV | 97.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 133 | 0 | 0.85 | 0.38 | 0.16 | 326.7 | 0.74 | 0.48 |
| Hex | D6 | 20 | 85 | 0 | 55 | 26 | 10 | 147 | 4A | 30 |
| Octal | 326 | 40 | 205 | 0 | 125 | 46 | 20 | 507 | 112 | 60 |
| Binary | 11010110 | 100000 | 10000101 | 0 | 1010101 | 100110 | 10000 | 101000111 | 1001010 | 110000 |
Color Harmonies of #D62085
Complementary color
Monochromatic Colors of #D62085
Black with #D62085
Text Example
Text Example
White with #D62085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62085; }
p { color: rgb(214,32,133); }
H1.HeaderClassName
{
color: #D62085;
}
.AnyTagClassName
{
color: #D62085;
}
</style>
background-color css
<style>
a { background-color: #D62085; }
a { background-color: rgb(214,32,133); }
div.DivClassName
{
background-color: #D62085;
}
.BgClassName
{
background-color: #D62085;
}
</style>
border-color css
<style>
span { border-color: #D62085; }
span { border-color: rgb(214,32,133); }
td.TdClassName
{
border-color: #D62085;
}
.TagClassName
{
border-color: #D62085;
}
</style>