Shades of Mulberry #D953A2
Tints of Mulberry #D953A2
RGB
CMYK
RGB Variations
Color information
#D953A2 (or 0xD953A2) is known color: Mulberry. HEX triplet: D9, 53 and A2. RGB value is (217,83,162). Sum of RGB (Red+Green+Blue) = 217+83+162=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D953A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953A2 is #26AC5D. Grayscale: #838383. Windows color (decimal): -2534494 or 10638297. OLE color: 10638297.
HSL color Cylindrical-coordinate representation of color #D953A2: hue angle of 324.63º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D953A2 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 162 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.15 |
| HSL | 324.63º | 0.64% | 0.59% | - |
| HSV(B) | 324.63º | 0.62% | 0.85% | - |
| XYZ | 38.23 | 23.55 | 36.71 | - |
| YUV | 132.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 162 | 0 | 0.62 | 0.25 | 0.15 | 324.63 | 0.64 | 0.59 |
| Hex | D9 | 53 | A2 | 0 | 3E | 19 | F | 145 | 40 | 3B |
| Octal | 331 | 123 | 242 | 0 | 76 | 31 | 17 | 505 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10100010 | 0 | 111110 | 11001 | 1111 | 101000101 | 1000000 | 111011 |
Color Harmonies of #D953A2
Complementary color
Monochromatic Colors of #D953A2
Black with #D953A2
Text Example
Text Example
White with #D953A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953A2; }
p { color: rgb(217,83,162); }
H1.HeaderClassName
{
color: #D953A2;
}
.AnyTagClassName
{
color: #D953A2;
}
</style>
background-color css
<style>
a { background-color: #D953A2; }
a { background-color: rgb(217,83,162); }
div.DivClassName
{
background-color: #D953A2;
}
.BgClassName
{
background-color: #D953A2;
}
</style>
border-color css
<style>
span { border-color: #D953A2; }
span { border-color: rgb(217,83,162); }
td.TdClassName
{
border-color: #D953A2;
}
.TagClassName
{
border-color: #D953A2;
}
</style>