Shades of Mulberry #D25AA2
Tints of Mulberry #D25AA2
RGB
CMYK
RGB Variations
Color information
#D25AA2 (or 0xD25AA2) is known color: Mulberry. HEX triplet: D2, 5A and A2. RGB value is (210,90,162). Sum of RGB (Red+Green+Blue) = 210+90+162=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AA2 is #2DA55D. Grayscale: #858585. Windows color (decimal): -2991454 or 10640082. OLE color: 10640082.
HSL color Cylindrical-coordinate representation of color #D25AA2: hue angle of 324º 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 #D25AA2 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 162 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.18 |
| HSL | 324º | 0.57% | 0.59% | - |
| HSV(B) | 324º | 0.57% | 0.82% | - |
| XYZ | 36.76 | 23.62 | 36.8 | - |
| YUV | 134.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 162 | 0 | 0.57 | 0.23 | 0.18 | 324 | 0.57 | 0.59 |
| Hex | D2 | 5A | A2 | 0 | 39 | 17 | 12 | 144 | 39 | 3B |
| Octal | 322 | 132 | 242 | 0 | 71 | 27 | 22 | 504 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10100010 | 0 | 111001 | 10111 | 10010 | 101000100 | 111001 | 111011 |
Color Harmonies of #D25AA2
Complementary color
Monochromatic Colors of #D25AA2
Black with #D25AA2
Text Example
Text Example
White with #D25AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AA2; }
p { color: rgb(210,90,162); }
H1.HeaderClassName
{
color: #D25AA2;
}
.AnyTagClassName
{
color: #D25AA2;
}
</style>
background-color css
<style>
a { background-color: #D25AA2; }
a { background-color: rgb(210,90,162); }
div.DivClassName
{
background-color: #D25AA2;
}
.BgClassName
{
background-color: #D25AA2;
}
</style>
border-color css
<style>
span { border-color: #D25AA2; }
span { border-color: rgb(210,90,162); }
td.TdClassName
{
border-color: #D25AA2;
}
.TagClassName
{
border-color: #D25AA2;
}
</style>