Shades of Mulberry #D25AAA
Tints of Mulberry #D25AAA
RGB
CMYK
RGB Variations
Color information
#D25AAA (or 0xD25AAA) is known color: Mulberry. HEX triplet: D2, 5A and AA. RGB value is (210,90,170). Sum of RGB (Red+Green+Blue) = 210+90+170=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AAA is #2DA555. Grayscale: #868686. Windows color (decimal): -2991446 or 11164370. OLE color: 11164370.
HSL color Cylindrical-coordinate representation of color #D25AAA: hue angle of 320º 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 #D25AAA is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 170 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.18 |
| HSL | 320º | 0.57% | 0.59% | - |
| HSV(B) | 320º | 0.57% | 0.82% | - |
| XYZ | 37.49 | 23.92 | 40.67 | - |
| YUV | 135 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 170 | 0 | 0.57 | 0.19 | 0.18 | 320 | 0.57 | 0.59 |
| Hex | D2 | 5A | AA | 0 | 39 | 13 | 12 | 140 | 39 | 3B |
| Octal | 322 | 132 | 252 | 0 | 71 | 23 | 22 | 500 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10101010 | 0 | 111001 | 10011 | 10010 | 101000000 | 111001 | 111011 |
Color Harmonies of #D25AAA
Complementary color
Monochromatic Colors of #D25AAA
Black with #D25AAA
Text Example
Text Example
White with #D25AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AAA; }
p { color: rgb(210,90,170); }
H1.HeaderClassName
{
color: #D25AAA;
}
.AnyTagClassName
{
color: #D25AAA;
}
</style>
background-color css
<style>
a { background-color: #D25AAA; }
a { background-color: rgb(210,90,170); }
div.DivClassName
{
background-color: #D25AAA;
}
.BgClassName
{
background-color: #D25AAA;
}
</style>
border-color css
<style>
span { border-color: #D25AAA; }
span { border-color: rgb(210,90,170); }
td.TdClassName
{
border-color: #D25AAA;
}
.TagClassName
{
border-color: #D25AAA;
}
</style>