Shades of Mulberry #D25AA4
Tints of Mulberry #D25AA4
RGB
CMYK
RGB Variations
Color information
#D25AA4 (or 0xD25AA4) is known color: Mulberry. HEX triplet: D2, 5A and A4. RGB value is (210,90,164). Sum of RGB (Red+Green+Blue) = 210+90+164=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AA4 is #2DA55B. Grayscale: #868686. Windows color (decimal): -2991452 or 10771154. OLE color: 10771154.
HSL color Cylindrical-coordinate representation of color #D25AA4: hue angle of 323º 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 #D25AA4 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 164 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.18 |
| HSL | 323º | 0.57% | 0.59% | - |
| HSV(B) | 323º | 0.57% | 0.82% | - |
| XYZ | 36.94 | 23.69 | 37.75 | - |
| YUV | 134.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 164 | 0 | 0.57 | 0.22 | 0.18 | 323 | 0.57 | 0.59 |
| Hex | D2 | 5A | A4 | 0 | 39 | 16 | 12 | 143 | 39 | 3B |
| Octal | 322 | 132 | 244 | 0 | 71 | 26 | 22 | 503 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10100100 | 0 | 111001 | 10110 | 10010 | 101000011 | 111001 | 111011 |
Color Harmonies of #D25AA4
Complementary color
Monochromatic Colors of #D25AA4
Black with #D25AA4
Text Example
Text Example
White with #D25AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AA4; }
p { color: rgb(210,90,164); }
H1.HeaderClassName
{
color: #D25AA4;
}
.AnyTagClassName
{
color: #D25AA4;
}
</style>
background-color css
<style>
a { background-color: #D25AA4; }
a { background-color: rgb(210,90,164); }
div.DivClassName
{
background-color: #D25AA4;
}
.BgClassName
{
background-color: #D25AA4;
}
</style>
border-color css
<style>
span { border-color: #D25AA4; }
span { border-color: rgb(210,90,164); }
td.TdClassName
{
border-color: #D25AA4;
}
.TagClassName
{
border-color: #D25AA4;
}
</style>