Shades of Mulberry #D753AA
Tints of Mulberry #D753AA
RGB
CMYK
RGB Variations
Color information
#D753AA (or 0xD753AA) is known color: Mulberry. HEX triplet: D7, 53 and AA. RGB value is (215,83,170). Sum of RGB (Red+Green+Blue) = 215+83+170=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D753AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D753AA is #28AC55. Grayscale: #848484. Windows color (decimal): -2665558 or 11162583. OLE color: 11162583.
HSL color Cylindrical-coordinate representation of color #D753AA: hue angle of 320.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D753AA is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 170 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 320.45º | 0.62% | 0.58% | - |
| HSV(B) | 320.45º | 0.61% | 0.84% | - |
| XYZ | 38.37 | 23.54 | 40.55 | - |
| YUV | 132.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 170 | 0 | 0.61 | 0.21 | 0.16 | 320.45 | 0.62 | 0.58 |
| Hex | D7 | 53 | AA | 0 | 3D | 15 | 10 | 140 | 3E | 3A |
| Octal | 327 | 123 | 252 | 0 | 75 | 25 | 20 | 500 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10101010 | 0 | 111101 | 10101 | 10000 | 101000000 | 111110 | 111010 |
Color Harmonies of #D753AA
Complementary color
Monochromatic Colors of #D753AA
Black with #D753AA
Text Example
Text Example
White with #D753AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753AA; }
p { color: rgb(215,83,170); }
H1.HeaderClassName
{
color: #D753AA;
}
.AnyTagClassName
{
color: #D753AA;
}
</style>
background-color css
<style>
a { background-color: #D753AA; }
a { background-color: rgb(215,83,170); }
div.DivClassName
{
background-color: #D753AA;
}
.BgClassName
{
background-color: #D753AA;
}
</style>
border-color css
<style>
span { border-color: #D753AA; }
span { border-color: rgb(215,83,170); }
td.TdClassName
{
border-color: #D753AA;
}
.TagClassName
{
border-color: #D753AA;
}
</style>