Shades of Deep Cerise #D62DA3
Tints of Deep Cerise #D62DA3
RGB
CMYK
RGB Variations
Color information
#D62DA3 (or 0xD62DA3) is known color: Deep Cerise. HEX triplet: D6, 2D and A3. RGB value is (214,45,163). Sum of RGB (Red+Green+Blue) = 214+45+163=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA3 is #29D25C. Grayscale: #6C6C6C. Windows color (decimal): -2740829 or 10694102. OLE color: 10694102.
HSL color Cylindrical-coordinate representation of color #D62DA3: hue angle of 318.11º 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 #D62DA3 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 163 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.16 |
| HSL | 318.11º | 0.67% | 0.51% | - |
| HSV(B) | 318.11º | 0.79% | 0.84% | - |
| XYZ | 35.28 | 18.82 | 36.42 | - |
| YUV | 108.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 163 | 0 | 0.79 | 0.24 | 0.16 | 318.11 | 0.67 | 0.51 |
| Hex | D6 | 2D | A3 | 0 | 4F | 18 | 10 | 13E | 43 | 33 |
| Octal | 326 | 55 | 243 | 0 | 117 | 30 | 20 | 476 | 103 | 63 |
| Binary | 11010110 | 101101 | 10100011 | 0 | 1001111 | 11000 | 10000 | 100111110 | 1000011 | 110011 |
Color Harmonies of #D62DA3
Complementary color
Monochromatic Colors of #D62DA3
Black with #D62DA3
Text Example
Text Example
White with #D62DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DA3; }
p { color: rgb(214,45,163); }
H1.HeaderClassName
{
color: #D62DA3;
}
.AnyTagClassName
{
color: #D62DA3;
}
</style>
background-color css
<style>
a { background-color: #D62DA3; }
a { background-color: rgb(214,45,163); }
div.DivClassName
{
background-color: #D62DA3;
}
.BgClassName
{
background-color: #D62DA3;
}
</style>
border-color css
<style>
span { border-color: #D62DA3; }
span { border-color: rgb(214,45,163); }
td.TdClassName
{
border-color: #D62DA3;
}
.TagClassName
{
border-color: #D62DA3;
}
</style>