Shades of Mulberry #D051A8
Tints of Mulberry #D051A8
RGB
CMYK
RGB Variations
Color information
#D051A8 (or 0xD051A8) is known color: Mulberry. HEX triplet: D0, 51 and A8. RGB value is (208,81,168). Sum of RGB (Red+Green+Blue) = 208+81+168=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D051A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D051A8 is #2FAE57. Grayscale: #808080. Windows color (decimal): -3124824 or 11030992. OLE color: 11030992.
HSL color Cylindrical-coordinate representation of color #D051A8: hue angle of 318.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D051A8 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 168 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.18 |
| HSL | 318.9º | 0.57% | 0.57% | - |
| HSV(B) | 318.9º | 0.61% | 0.82% | - |
| XYZ | 36.02 | 22.12 | 39.42 | - |
| YUV | 128.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 168 | 0 | 0.61 | 0.19 | 0.18 | 318.9 | 0.57 | 0.57 |
| Hex | D0 | 51 | A8 | 0 | 3D | 13 | 12 | 13F | 39 | 39 |
| Octal | 320 | 121 | 250 | 0 | 75 | 23 | 22 | 477 | 71 | 71 |
| Binary | 11010000 | 1010001 | 10101000 | 0 | 111101 | 10011 | 10010 | 100111111 | 111001 | 111001 |
Color Harmonies of #D051A8
Complementary color
Monochromatic Colors of #D051A8
Black with #D051A8
Text Example
Text Example
White with #D051A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051A8; }
p { color: rgb(208,81,168); }
H1.HeaderClassName
{
color: #D051A8;
}
.AnyTagClassName
{
color: #D051A8;
}
</style>
background-color css
<style>
a { background-color: #D051A8; }
a { background-color: rgb(208,81,168); }
div.DivClassName
{
background-color: #D051A8;
}
.BgClassName
{
background-color: #D051A8;
}
</style>
border-color css
<style>
span { border-color: #D051A8; }
span { border-color: rgb(208,81,168); }
td.TdClassName
{
border-color: #D051A8;
}
.TagClassName
{
border-color: #D051A8;
}
</style>