Shades of Deep Cerise #D030A9
Tints of Deep Cerise #D030A9
RGB
CMYK
RGB Variations
Color information
#D030A9 (or 0xD030A9) is known color: Deep Cerise. HEX triplet: D0, 30 and A9. RGB value is (208,48,169). Sum of RGB (Red+Green+Blue) = 208+48+169=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A9 is #2FCF56. Grayscale: #6D6D6D. Windows color (decimal): -3133271 or 11088080. OLE color: 11088080.
HSL color Cylindrical-coordinate representation of color #D030A9: hue angle of 314.62º 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 #D030A9 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 169 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.18 |
| HSL | 314.63º | 0.63% | 0.5% | - |
| HSV(B) | 314.63º | 0.77% | 0.82% | - |
| XYZ | 34.23 | 18.39 | 39.28 | - |
| YUV | 109.63 | 161.51 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 169 | 0 | 0.77 | 0.19 | 0.18 | 314.63 | 0.63 | 0.5 |
| Hex | D0 | 30 | A9 | 0 | 4D | 13 | 12 | 13B | 3F | 32 |
| Octal | 320 | 60 | 251 | 0 | 115 | 23 | 22 | 473 | 77 | 62 |
| Binary | 11010000 | 110000 | 10101001 | 0 | 1001101 | 10011 | 10010 | 100111011 | 111111 | 110010 |
Color Harmonies of #D030A9
Complementary color
Monochromatic Colors of #D030A9
Black with #D030A9
Text Example
Text Example
White with #D030A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030A9; }
p { color: rgb(208,48,169); }
H1.HeaderClassName
{
color: #D030A9;
}
.AnyTagClassName
{
color: #D030A9;
}
</style>
background-color css
<style>
a { background-color: #D030A9; }
a { background-color: rgb(208,48,169); }
div.DivClassName
{
background-color: #D030A9;
}
.BgClassName
{
background-color: #D030A9;
}
</style>
border-color css
<style>
span { border-color: #D030A9; }
span { border-color: rgb(208,48,169); }
td.TdClassName
{
border-color: #D030A9;
}
.TagClassName
{
border-color: #D030A9;
}
</style>