Shades of Deep Cerise #D030A7
Tints of Deep Cerise #D030A7
RGB
CMYK
RGB Variations
Color information
#D030A7 (or 0xD030A7) is known color: Deep Cerise. HEX triplet: D0, 30 and A7. RGB value is (208,48,167). Sum of RGB (Red+Green+Blue) = 208+48+167=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D030A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030A7 is #2FCF58. Grayscale: #6D6D6D. Windows color (decimal): -3133273 or 10957008. OLE color: 10957008.
HSL color Cylindrical-coordinate representation of color #D030A7: hue angle of 315.38º 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 #D030A7 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 167 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.18 |
| HSL | 315.38º | 0.63% | 0.5% | - |
| HSV(B) | 315.38º | 0.77% | 0.82% | - |
| XYZ | 34.04 | 18.31 | 38.3 | - |
| YUV | 109.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 167 | 0 | 0.77 | 0.20 | 0.18 | 315.38 | 0.63 | 0.5 |
| Hex | D0 | 30 | A7 | 0 | 4D | 14 | 12 | 13B | 3F | 32 |
| Octal | 320 | 60 | 247 | 0 | 115 | 24 | 22 | 473 | 77 | 62 |
| Binary | 11010000 | 110000 | 10100111 | 0 | 1001101 | 10100 | 10010 | 100111011 | 111111 | 110010 |
Color Harmonies of #D030A7
Complementary color
Monochromatic Colors of #D030A7
Black with #D030A7
Text Example
Text Example
White with #D030A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030A7; }
p { color: rgb(208,48,167); }
H1.HeaderClassName
{
color: #D030A7;
}
.AnyTagClassName
{
color: #D030A7;
}
</style>
background-color css
<style>
a { background-color: #D030A7; }
a { background-color: rgb(208,48,167); }
div.DivClassName
{
background-color: #D030A7;
}
.BgClassName
{
background-color: #D030A7;
}
</style>
border-color css
<style>
span { border-color: #D030A7; }
span { border-color: rgb(208,48,167); }
td.TdClassName
{
border-color: #D030A7;
}
.TagClassName
{
border-color: #D030A7;
}
</style>