Shades of Mulberry #D257A1
Tints of Mulberry #D257A1
RGB
CMYK
RGB Variations
Color information
#D257A1 (or 0xD257A1) is known color: Mulberry. HEX triplet: D2, 57 and A1. RGB value is (210,87,161). Sum of RGB (Red+Green+Blue) = 210+87+161=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D257A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D257A1 is #2DA85E. Grayscale: #848484. Windows color (decimal): -2992223 or 10573778. OLE color: 10573778.
HSL color Cylindrical-coordinate representation of color #D257A1: hue angle of 323.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D257A1 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 161 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.18 |
| HSL | 323.9º | 0.58% | 0.58% | - |
| HSV(B) | 323.9º | 0.59% | 0.82% | - |
| XYZ | 36.42 | 23.09 | 36.26 | - |
| YUV | 132.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 161 | 0 | 0.59 | 0.23 | 0.18 | 323.9 | 0.58 | 0.58 |
| Hex | D2 | 57 | A1 | 0 | 3B | 17 | 12 | 144 | 3A | 3A |
| Octal | 322 | 127 | 241 | 0 | 73 | 27 | 22 | 504 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10100001 | 0 | 111011 | 10111 | 10010 | 101000100 | 111010 | 111010 |
Color Harmonies of #D257A1
Complementary color
Monochromatic Colors of #D257A1
Black with #D257A1
Text Example
Text Example
White with #D257A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257A1; }
p { color: rgb(210,87,161); }
H1.HeaderClassName
{
color: #D257A1;
}
.AnyTagClassName
{
color: #D257A1;
}
</style>
background-color css
<style>
a { background-color: #D257A1; }
a { background-color: rgb(210,87,161); }
div.DivClassName
{
background-color: #D257A1;
}
.BgClassName
{
background-color: #D257A1;
}
</style>
border-color css
<style>
span { border-color: #D257A1; }
span { border-color: rgb(210,87,161); }
td.TdClassName
{
border-color: #D257A1;
}
.TagClassName
{
border-color: #D257A1;
}
</style>