Shades of Deep Cerise #D62DA8
Tints of Deep Cerise #D62DA8
RGB
CMYK
RGB Variations
Color information
#D62DA8 (or 0xD62DA8) is known color: Deep Cerise. HEX triplet: D6, 2D and A8. RGB value is (214,45,168). Sum of RGB (Red+Green+Blue) = 214+45+168=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA8 is #29D257. Grayscale: #6D6D6D. Windows color (decimal): -2740824 or 11021782. OLE color: 11021782.
HSL color Cylindrical-coordinate representation of color #D62DA8: hue angle of 316.33º 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 #D62DA8 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 168 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.16 |
| HSL | 316.33º | 0.67% | 0.51% | - |
| HSV(B) | 316.33º | 0.79% | 0.84% | - |
| XYZ | 35.74 | 19 | 38.83 | - |
| YUV | 109.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 168 | 0 | 0.79 | 0.21 | 0.16 | 316.33 | 0.67 | 0.51 |
| Hex | D6 | 2D | A8 | 0 | 4F | 15 | 10 | 13C | 43 | 33 |
| Octal | 326 | 55 | 250 | 0 | 117 | 25 | 20 | 474 | 103 | 63 |
| Binary | 11010110 | 101101 | 10101000 | 0 | 1001111 | 10101 | 10000 | 100111100 | 1000011 | 110011 |
Color Harmonies of #D62DA8
Complementary color
Monochromatic Colors of #D62DA8
Black with #D62DA8
Text Example
Text Example
White with #D62DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DA8; }
p { color: rgb(214,45,168); }
H1.HeaderClassName
{
color: #D62DA8;
}
.AnyTagClassName
{
color: #D62DA8;
}
</style>
background-color css
<style>
a { background-color: #D62DA8; }
a { background-color: rgb(214,45,168); }
div.DivClassName
{
background-color: #D62DA8;
}
.BgClassName
{
background-color: #D62DA8;
}
</style>
border-color css
<style>
span { border-color: #D62DA8; }
span { border-color: rgb(214,45,168); }
td.TdClassName
{
border-color: #D62DA8;
}
.TagClassName
{
border-color: #D62DA8;
}
</style>