Shades of Deep Cerise #D62D8C
Tints of Deep Cerise #D62D8C
RGB
CMYK
RGB Variations
Color information
#D62D8C (or 0xD62D8C) is known color: Deep Cerise. HEX triplet: D6, 2D and 8C. RGB value is (214,45,140). Sum of RGB (Red+Green+Blue) = 214+45+140=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62D8C is #29D273. Grayscale: #6A6A6A. Windows color (decimal): -2740852 or 9186774. OLE color: 9186774.
HSL color Cylindrical-coordinate representation of color #D62D8C: hue angle of 326.27º 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 #D62D8C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 140 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.16 |
| HSL | 326.27º | 0.67% | 0.51% | - |
| HSV(B) | 326.27º | 0.79% | 0.84% | - |
| XYZ | 33.4 | 18.07 | 26.54 | - |
| YUV | 106.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 140 | 0 | 0.79 | 0.35 | 0.16 | 326.27 | 0.67 | 0.51 |
| Hex | D6 | 2D | 8C | 0 | 4F | 23 | 10 | 146 | 43 | 33 |
| Octal | 326 | 55 | 214 | 0 | 117 | 43 | 20 | 506 | 103 | 63 |
| Binary | 11010110 | 101101 | 10001100 | 0 | 1001111 | 100011 | 10000 | 101000110 | 1000011 | 110011 |
Color Harmonies of #D62D8C
Complementary color
Monochromatic Colors of #D62D8C
Black with #D62D8C
Text Example
Text Example
White with #D62D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D8C; }
p { color: rgb(214,45,140); }
H1.HeaderClassName
{
color: #D62D8C;
}
.AnyTagClassName
{
color: #D62D8C;
}
</style>
background-color css
<style>
a { background-color: #D62D8C; }
a { background-color: rgb(214,45,140); }
div.DivClassName
{
background-color: #D62D8C;
}
.BgClassName
{
background-color: #D62D8C;
}
</style>
border-color css
<style>
span { border-color: #D62D8C; }
span { border-color: rgb(214,45,140); }
td.TdClassName
{
border-color: #D62D8C;
}
.TagClassName
{
border-color: #D62D8C;
}
</style>