Shades of Deep Cerise #D030A8
Tints of Deep Cerise #D030A8
RGB
CMYK
RGB Variations
Color information
#D030A8 (or 0xD030A8) is known color: Deep Cerise. HEX triplet: D0, 30 and A8. RGB value is (208,48,168). Sum of RGB (Red+Green+Blue) = 208+48+168=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A8 is #2FCF57. Grayscale: #6D6D6D. Windows color (decimal): -3133272 or 11022544. OLE color: 11022544.
HSL color Cylindrical-coordinate representation of color #D030A8: hue angle of 315º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D030A8 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 168 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.18 |
| HSL | 315º | 0.63% | 0.5% | - |
| HSV(B) | 315º | 0.77% | 0.82% | - |
| XYZ | 34.14 | 18.35 | 38.79 | - |
| YUV | 109.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 168 | 0 | 0.77 | 0.19 | 0.18 | 315 | 0.63 | 0.5 |
| Hex | D0 | 30 | A8 | 0 | 4D | 13 | 12 | 13B | 3F | 32 |
| Octal | 320 | 60 | 250 | 0 | 115 | 23 | 22 | 473 | 77 | 62 |
| Binary | 11010000 | 110000 | 10101000 | 0 | 1001101 | 10011 | 10010 | 100111011 | 111111 | 110010 |
Color Harmonies of #D030A8
Complementary color
Monochromatic Colors of #D030A8
Black with #D030A8
Text Example
Text Example
White with #D030A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030A8; }
p { color: rgb(208,48,168); }
H1.HeaderClassName
{
color: #D030A8;
}
.AnyTagClassName
{
color: #D030A8;
}
</style>
background-color css
<style>
a { background-color: #D030A8; }
a { background-color: rgb(208,48,168); }
div.DivClassName
{
background-color: #D030A8;
}
.BgClassName
{
background-color: #D030A8;
}
</style>
border-color css
<style>
span { border-color: #D030A8; }
span { border-color: rgb(208,48,168); }
td.TdClassName
{
border-color: #D030A8;
}
.TagClassName
{
border-color: #D030A8;
}
</style>