Shades of Mulberry #D752A8
Tints of Mulberry #D752A8
RGB
CMYK
RGB Variations
Color information
#D752A8 (or 0xD752A8) is known color: Mulberry. HEX triplet: D7, 52 and A8. RGB value is (215,82,168). Sum of RGB (Red+Green+Blue) = 215+82+168=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D752A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752A8 is #28AD57. Grayscale: #838383. Windows color (decimal): -2665816 or 11031255. OLE color: 11031255.
HSL color Cylindrical-coordinate representation of color #D752A8: hue angle of 321.2º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D752A8 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 168 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.16 |
| HSL | 321.2º | 0.62% | 0.58% | - |
| HSV(B) | 321.2º | 0.62% | 0.84% | - |
| XYZ | 38.11 | 23.31 | 39.54 | - |
| YUV | 131.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 168 | 0 | 0.62 | 0.22 | 0.16 | 321.2 | 0.62 | 0.58 |
| Hex | D7 | 52 | A8 | 0 | 3E | 16 | 10 | 141 | 3E | 3A |
| Octal | 327 | 122 | 250 | 0 | 76 | 26 | 20 | 501 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10101000 | 0 | 111110 | 10110 | 10000 | 101000001 | 111110 | 111010 |
Color Harmonies of #D752A8
Complementary color
Monochromatic Colors of #D752A8
Black with #D752A8
Text Example
Text Example
White with #D752A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752A8; }
p { color: rgb(215,82,168); }
H1.HeaderClassName
{
color: #D752A8;
}
.AnyTagClassName
{
color: #D752A8;
}
</style>
background-color css
<style>
a { background-color: #D752A8; }
a { background-color: rgb(215,82,168); }
div.DivClassName
{
background-color: #D752A8;
}
.BgClassName
{
background-color: #D752A8;
}
</style>
border-color css
<style>
span { border-color: #D752A8; }
span { border-color: rgb(215,82,168); }
td.TdClassName
{
border-color: #D752A8;
}
.TagClassName
{
border-color: #D752A8;
}
</style>