Shades of Mulberry #D953AC
Tints of Mulberry #D953AC
RGB
CMYK
RGB Variations
Color information
#D953AC (or 0xD953AC) is known color: Mulberry. HEX triplet: D9, 53 and AC. RGB value is (217,83,172). Sum of RGB (Red+Green+Blue) = 217+83+172=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D953AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953AC is #26AC53. Grayscale: #848484. Windows color (decimal): -2534484 or 11293657. OLE color: 11293657.
HSL color Cylindrical-coordinate representation of color #D953AC: hue angle of 320.15º 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 #D953AC is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 172 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.15 |
| HSL | 320.15º | 0.64% | 0.59% | - |
| HSV(B) | 320.15º | 0.62% | 0.85% | - |
| XYZ | 39.15 | 23.92 | 41.58 | - |
| YUV | 133.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 172 | 0 | 0.62 | 0.21 | 0.15 | 320.15 | 0.64 | 0.59 |
| Hex | D9 | 53 | AC | 0 | 3E | 15 | F | 140 | 40 | 3B |
| Octal | 331 | 123 | 254 | 0 | 76 | 25 | 17 | 500 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10101100 | 0 | 111110 | 10101 | 1111 | 101000000 | 1000000 | 111011 |
Color Harmonies of #D953AC
Complementary color
Monochromatic Colors of #D953AC
Black with #D953AC
Text Example
Text Example
White with #D953AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953AC; }
p { color: rgb(217,83,172); }
H1.HeaderClassName
{
color: #D953AC;
}
.AnyTagClassName
{
color: #D953AC;
}
</style>
background-color css
<style>
a { background-color: #D953AC; }
a { background-color: rgb(217,83,172); }
div.DivClassName
{
background-color: #D953AC;
}
.BgClassName
{
background-color: #D953AC;
}
</style>
border-color css
<style>
span { border-color: #D953AC; }
span { border-color: rgb(217,83,172); }
td.TdClassName
{
border-color: #D953AC;
}
.TagClassName
{
border-color: #D953AC;
}
</style>