Shades of Deep Cerise #D030AB
Tints of Deep Cerise #D030AB
RGB
CMYK
RGB Variations
Color information
#D030AB (or 0xD030AB) is known color: Deep Cerise. HEX triplet: D0, 30 and AB. RGB value is (208,48,171). Sum of RGB (Red+Green+Blue) = 208+48+171=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D030AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D030AB is #2FCF54. Grayscale: #6D6D6D. Windows color (decimal): -3133269 or 11219152. OLE color: 11219152.
HSL color Cylindrical-coordinate representation of color #D030AB: hue angle of 313.88º 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 #D030AB is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 171 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.18 |
| HSL | 313.88º | 0.63% | 0.5% | - |
| HSV(B) | 313.88º | 0.77% | 0.82% | - |
| XYZ | 34.42 | 18.46 | 40.28 | - |
| YUV | 109.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 171 | 0 | 0.77 | 0.18 | 0.18 | 313.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | AB | 0 | 4D | 12 | 12 | 13A | 3F | 32 |
| Octal | 320 | 60 | 253 | 0 | 115 | 22 | 22 | 472 | 77 | 62 |
| Binary | 11010000 | 110000 | 10101011 | 0 | 1001101 | 10010 | 10010 | 100111010 | 111111 | 110010 |
Color Harmonies of #D030AB
Complementary color
Monochromatic Colors of #D030AB
Black with #D030AB
Text Example
Text Example
White with #D030AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030AB; }
p { color: rgb(208,48,171); }
H1.HeaderClassName
{
color: #D030AB;
}
.AnyTagClassName
{
color: #D030AB;
}
</style>
background-color css
<style>
a { background-color: #D030AB; }
a { background-color: rgb(208,48,171); }
div.DivClassName
{
background-color: #D030AB;
}
.BgClassName
{
background-color: #D030AB;
}
</style>
border-color css
<style>
span { border-color: #D030AB; }
span { border-color: rgb(208,48,171); }
td.TdClassName
{
border-color: #D030AB;
}
.TagClassName
{
border-color: #D030AB;
}
</style>