Shades of Deep Cerise #D030A2
Tints of Deep Cerise #D030A2
RGB
CMYK
RGB Variations
Color information
#D030A2 (or 0xD030A2) is known color: Deep Cerise. HEX triplet: D0, 30 and A2. RGB value is (208,48,162). Sum of RGB (Red+Green+Blue) = 208+48+162=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A2 is #2FCF5D. Grayscale: #6C6C6C. Windows color (decimal): -3133278 or 10629328. OLE color: 10629328.
HSL color Cylindrical-coordinate representation of color #D030A2: hue angle of 317.25º 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 #D030A2 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 162 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.18 |
| HSL | 317.25º | 0.63% | 0.5% | - |
| HSV(B) | 317.25º | 0.77% | 0.82% | - |
| XYZ | 33.59 | 18.13 | 35.91 | - |
| YUV | 108.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 162 | 0 | 0.77 | 0.22 | 0.18 | 317.25 | 0.63 | 0.5 |
| Hex | D0 | 30 | A2 | 0 | 4D | 16 | 12 | 13D | 3F | 32 |
| Octal | 320 | 60 | 242 | 0 | 115 | 26 | 22 | 475 | 77 | 62 |
| Binary | 11010000 | 110000 | 10100010 | 0 | 1001101 | 10110 | 10010 | 100111101 | 111111 | 110010 |
Color Harmonies of #D030A2
Complementary color
Monochromatic Colors of #D030A2
Black with #D030A2
Text Example
Text Example
White with #D030A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030A2; }
p { color: rgb(208,48,162); }
H1.HeaderClassName
{
color: #D030A2;
}
.AnyTagClassName
{
color: #D030A2;
}
</style>
background-color css
<style>
a { background-color: #D030A2; }
a { background-color: rgb(208,48,162); }
div.DivClassName
{
background-color: #D030A2;
}
.BgClassName
{
background-color: #D030A2;
}
</style>
border-color css
<style>
span { border-color: #D030A2; }
span { border-color: rgb(208,48,162); }
td.TdClassName
{
border-color: #D030A2;
}
.TagClassName
{
border-color: #D030A2;
}
</style>