Shades of Mulberry #D953A5
Tints of Mulberry #D953A5
RGB
CMYK
RGB Variations
Color information
#D953A5 (or 0xD953A5) is known color: Mulberry. HEX triplet: D9, 53 and A5. RGB value is (217,83,165). Sum of RGB (Red+Green+Blue) = 217+83+165=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D953A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953A5 is #26AC5A. Grayscale: #848484. Windows color (decimal): -2534491 or 10834905. OLE color: 10834905.
HSL color Cylindrical-coordinate representation of color #D953A5: hue angle of 323.28º 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 #D953A5 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 165 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.15 |
| HSL | 323.28º | 0.64% | 0.59% | - |
| HSV(B) | 323.28º | 0.62% | 0.85% | - |
| XYZ | 38.5 | 23.65 | 38.13 | - |
| YUV | 132.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 165 | 0 | 0.62 | 0.24 | 0.15 | 323.28 | 0.64 | 0.59 |
| Hex | D9 | 53 | A5 | 0 | 3E | 18 | F | 143 | 40 | 3B |
| Octal | 331 | 123 | 245 | 0 | 76 | 30 | 17 | 503 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10100101 | 0 | 111110 | 11000 | 1111 | 101000011 | 1000000 | 111011 |
Color Harmonies of #D953A5
Complementary color
Monochromatic Colors of #D953A5
Black with #D953A5
Text Example
Text Example
White with #D953A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953A5; }
p { color: rgb(217,83,165); }
H1.HeaderClassName
{
color: #D953A5;
}
.AnyTagClassName
{
color: #D953A5;
}
</style>
background-color css
<style>
a { background-color: #D953A5; }
a { background-color: rgb(217,83,165); }
div.DivClassName
{
background-color: #D953A5;
}
.BgClassName
{
background-color: #D953A5;
}
</style>
border-color css
<style>
span { border-color: #D953A5; }
span { border-color: rgb(217,83,165); }
td.TdClassName
{
border-color: #D953A5;
}
.TagClassName
{
border-color: #D953A5;
}
</style>