Shades of Deep Cerise #D62BA5
Tints of Deep Cerise #D62BA5
RGB
CMYK
RGB Variations
Color information
#D62BA5 (or 0xD62BA5) is known color: Deep Cerise. HEX triplet: D6, 2B and A5. RGB value is (214,43,165). Sum of RGB (Red+Green+Blue) = 214+43+165=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62BA5 is #29D45A. Grayscale: #6B6B6B. Windows color (decimal): -2741339 or 10824662. OLE color: 10824662.
HSL color Cylindrical-coordinate representation of color #D62BA5: hue angle of 317.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62BA5 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 165 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.16 |
| HSL | 317.19º | 0.68% | 0.5% | - |
| HSV(B) | 317.19º | 0.8% | 0.84% | - |
| XYZ | 35.39 | 18.74 | 37.35 | - |
| YUV | 108.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 165 | 0 | 0.80 | 0.23 | 0.16 | 317.19 | 0.68 | 0.5 |
| Hex | D6 | 2B | A5 | 0 | 50 | 17 | 10 | 13D | 44 | 32 |
| Octal | 326 | 53 | 245 | 0 | 120 | 27 | 20 | 475 | 104 | 62 |
| Binary | 11010110 | 101011 | 10100101 | 0 | 1010000 | 10111 | 10000 | 100111101 | 1000100 | 110010 |
Color Harmonies of #D62BA5
Complementary color
Monochromatic Colors of #D62BA5
Black with #D62BA5
Text Example
Text Example
White with #D62BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BA5; }
p { color: rgb(214,43,165); }
H1.HeaderClassName
{
color: #D62BA5;
}
.AnyTagClassName
{
color: #D62BA5;
}
</style>
background-color css
<style>
a { background-color: #D62BA5; }
a { background-color: rgb(214,43,165); }
div.DivClassName
{
background-color: #D62BA5;
}
.BgClassName
{
background-color: #D62BA5;
}
</style>
border-color css
<style>
span { border-color: #D62BA5; }
span { border-color: rgb(214,43,165); }
td.TdClassName
{
border-color: #D62BA5;
}
.TagClassName
{
border-color: #D62BA5;
}
</style>