Shades of Mulberry #D25AA8
Tints of Mulberry #D25AA8
RGB
CMYK
RGB Variations
Color information
#D25AA8 (or 0xD25AA8) is known color: Mulberry. HEX triplet: D2, 5A and A8. RGB value is (210,90,168). Sum of RGB (Red+Green+Blue) = 210+90+168=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AA8 is #2DA557. Grayscale: #868686. Windows color (decimal): -2991448 or 11033298. OLE color: 11033298.
HSL color Cylindrical-coordinate representation of color #D25AA8: hue angle of 321º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25AA8 is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 168 | - |
| CMYK | 0 | 0.57 | 0.2 | 0.18 |
| HSL | 321º | 0.57% | 0.59% | - |
| HSV(B) | 321º | 0.57% | 0.82% | - |
| XYZ | 37.3 | 23.84 | 39.68 | - |
| YUV | 134.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 168 | 0 | 0.57 | 0.2 | 0.18 | 321 | 0.57 | 0.59 |
| Hex | D2 | 5A | A8 | 0 | 39 | 14 | 12 | 141 | 39 | 3B |
| Octal | 322 | 132 | 250 | 0 | 71 | 24 | 22 | 501 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10101000 | 0 | 111001 | 10100 | 10010 | 101000001 | 111001 | 111011 |
Color Harmonies of #D25AA8
Complementary color
Monochromatic Colors of #D25AA8
Black with #D25AA8
Text Example
Text Example
White with #D25AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AA8; }
p { color: rgb(210,90,168); }
H1.HeaderClassName
{
color: #D25AA8;
}
.AnyTagClassName
{
color: #D25AA8;
}
</style>
background-color css
<style>
a { background-color: #D25AA8; }
a { background-color: rgb(210,90,168); }
div.DivClassName
{
background-color: #D25AA8;
}
.BgClassName
{
background-color: #D25AA8;
}
</style>
border-color css
<style>
span { border-color: #D25AA8; }
span { border-color: rgb(210,90,168); }
td.TdClassName
{
border-color: #D25AA8;
}
.TagClassName
{
border-color: #D25AA8;
}
</style>