Shades of Mulberry #D753A8
Tints of Mulberry #D753A8
RGB
CMYK
RGB Variations
Color information
#D753A8 (or 0xD753A8) is known color: Mulberry. HEX triplet: D7, 53 and A8. RGB value is (215,83,168). Sum of RGB (Red+Green+Blue) = 215+83+168=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D753A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D753A8 is #28AC57. Grayscale: #838383. Windows color (decimal): -2665560 or 11031511. OLE color: 11031511.
HSL color Cylindrical-coordinate representation of color #D753A8: hue angle of 321.36º 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 #D753A8 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 168 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.16 |
| HSL | 321.36º | 0.62% | 0.58% | - |
| HSV(B) | 321.36º | 0.61% | 0.84% | - |
| XYZ | 38.19 | 23.46 | 39.56 | - |
| YUV | 132.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 168 | 0 | 0.61 | 0.22 | 0.16 | 321.36 | 0.62 | 0.58 |
| Hex | D7 | 53 | A8 | 0 | 3D | 16 | 10 | 141 | 3E | 3A |
| Octal | 327 | 123 | 250 | 0 | 75 | 26 | 20 | 501 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10101000 | 0 | 111101 | 10110 | 10000 | 101000001 | 111110 | 111010 |
Color Harmonies of #D753A8
Complementary color
Monochromatic Colors of #D753A8
Black with #D753A8
Text Example
Text Example
White with #D753A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753A8; }
p { color: rgb(215,83,168); }
H1.HeaderClassName
{
color: #D753A8;
}
.AnyTagClassName
{
color: #D753A8;
}
</style>
background-color css
<style>
a { background-color: #D753A8; }
a { background-color: rgb(215,83,168); }
div.DivClassName
{
background-color: #D753A8;
}
.BgClassName
{
background-color: #D753A8;
}
</style>
border-color css
<style>
span { border-color: #D753A8; }
span { border-color: rgb(215,83,168); }
td.TdClassName
{
border-color: #D753A8;
}
.TagClassName
{
border-color: #D753A8;
}
</style>