Shades of Deep Cerise #D62DAD
Tints of Deep Cerise #D62DAD
RGB
CMYK
RGB Variations
Color information
#D62DAD (or 0xD62DAD) is known color: Deep Cerise. HEX triplet: D6, 2D and AD. RGB value is (214,45,173). Sum of RGB (Red+Green+Blue) = 214+45+173=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DAD is #29D252. Grayscale: #6D6D6D. Windows color (decimal): -2740819 or 11349462. OLE color: 11349462.
HSL color Cylindrical-coordinate representation of color #D62DAD: hue angle of 314.56º 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 #D62DAD is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 173 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.16 |
| HSL | 314.56º | 0.67% | 0.51% | - |
| HSV(B) | 314.56º | 0.79% | 0.84% | - |
| XYZ | 36.21 | 19.19 | 41.33 | - |
| YUV | 110.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 173 | 0 | 0.79 | 0.19 | 0.16 | 314.56 | 0.67 | 0.51 |
| Hex | D6 | 2D | AD | 0 | 4F | 13 | 10 | 13B | 43 | 33 |
| Octal | 326 | 55 | 255 | 0 | 117 | 23 | 20 | 473 | 103 | 63 |
| Binary | 11010110 | 101101 | 10101101 | 0 | 1001111 | 10011 | 10000 | 100111011 | 1000011 | 110011 |
Color Harmonies of #D62DAD
Complementary color
Monochromatic Colors of #D62DAD
Black with #D62DAD
Text Example
Text Example
White with #D62DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DAD; }
p { color: rgb(214,45,173); }
H1.HeaderClassName
{
color: #D62DAD;
}
.AnyTagClassName
{
color: #D62DAD;
}
</style>
background-color css
<style>
a { background-color: #D62DAD; }
a { background-color: rgb(214,45,173); }
div.DivClassName
{
background-color: #D62DAD;
}
.BgClassName
{
background-color: #D62DAD;
}
</style>
border-color css
<style>
span { border-color: #D62DAD; }
span { border-color: rgb(214,45,173); }
td.TdClassName
{
border-color: #D62DAD;
}
.TagClassName
{
border-color: #D62DAD;
}
</style>