Shades of Deep Cerise #D62BA3
Tints of Deep Cerise #D62BA3
RGB
CMYK
RGB Variations
Color information
#D62BA3 (or 0xD62BA3) is known color: Deep Cerise. HEX triplet: D6, 2B and A3. RGB value is (214,43,163). Sum of RGB (Red+Green+Blue) = 214+43+163=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62BA3 is #29D45C. Grayscale: #6B6B6B. Windows color (decimal): -2741341 or 10693590. OLE color: 10693590.
HSL color Cylindrical-coordinate representation of color #D62BA3: hue angle of 317.89º 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 #D62BA3 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 43 | 163 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.16 |
| HSL | 317.89º | 0.68% | 0.5% | - |
| HSV(B) | 317.89º | 0.8% | 0.84% | - |
| XYZ | 35.21 | 18.67 | 36.4 | - |
| YUV | 107.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 163 | 0 | 0.80 | 0.24 | 0.16 | 317.89 | 0.68 | 0.5 |
| Hex | D6 | 2B | A3 | 0 | 50 | 18 | 10 | 13E | 44 | 32 |
| Octal | 326 | 53 | 243 | 0 | 120 | 30 | 20 | 476 | 104 | 62 |
| Binary | 11010110 | 101011 | 10100011 | 0 | 1010000 | 11000 | 10000 | 100111110 | 1000100 | 110010 |
Color Harmonies of #D62BA3
Complementary color
Monochromatic Colors of #D62BA3
Black with #D62BA3
Text Example
Text Example
White with #D62BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BA3; }
p { color: rgb(214,43,163); }
H1.HeaderClassName
{
color: #D62BA3;
}
.AnyTagClassName
{
color: #D62BA3;
}
</style>
background-color css
<style>
a { background-color: #D62BA3; }
a { background-color: rgb(214,43,163); }
div.DivClassName
{
background-color: #D62BA3;
}
.BgClassName
{
background-color: #D62BA3;
}
</style>
border-color css
<style>
span { border-color: #D62BA3; }
span { border-color: rgb(214,43,163); }
td.TdClassName
{
border-color: #D62BA3;
}
.TagClassName
{
border-color: #D62BA3;
}
</style>