Shades of Mulberry #D845A8
Tints of Mulberry #D845A8
RGB
CMYK
RGB Variations
Color information
#D845A8 (or 0xD845A8) is known color: Mulberry. HEX triplet: D8, 45 and A8. RGB value is (216,69,168). Sum of RGB (Red+Green+Blue) = 216+69+168=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D845A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D845A8 is #27BA57. Grayscale: #7B7B7B. Windows color (decimal): -2603608 or 11027928. OLE color: 11027928.
HSL color Cylindrical-coordinate representation of color #D845A8: hue angle of 319.59º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845A8 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 168 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.15 |
| HSL | 319.59º | 0.65% | 0.56% | - |
| HSV(B) | 319.59º | 0.68% | 0.85% | - |
| XYZ | 37.51 | 21.68 | 39.25 | - |
| YUV | 124.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 168 | 0 | 0.68 | 0.22 | 0.15 | 319.59 | 0.65 | 0.56 |
| Hex | D8 | 45 | A8 | 0 | 44 | 16 | F | 140 | 41 | 38 |
| Octal | 330 | 105 | 250 | 0 | 104 | 26 | 17 | 500 | 101 | 70 |
| Binary | 11011000 | 1000101 | 10101000 | 0 | 1000100 | 10110 | 1111 | 101000000 | 1000001 | 111000 |
Color Harmonies of #D845A8
Complementary color
Monochromatic Colors of #D845A8
Black with #D845A8
Text Example
Text Example
White with #D845A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845A8; }
p { color: rgb(216,69,168); }
H1.HeaderClassName
{
color: #D845A8;
}
.AnyTagClassName
{
color: #D845A8;
}
</style>
background-color css
<style>
a { background-color: #D845A8; }
a { background-color: rgb(216,69,168); }
div.DivClassName
{
background-color: #D845A8;
}
.BgClassName
{
background-color: #D845A8;
}
</style>
border-color css
<style>
span { border-color: #D845A8; }
span { border-color: rgb(216,69,168); }
td.TdClassName
{
border-color: #D845A8;
}
.TagClassName
{
border-color: #D845A8;
}
</style>