Shades of Mulberry #D752A9
Tints of Mulberry #D752A9
RGB
CMYK
RGB Variations
Color information
#D752A9 (or 0xD752A9) is known color: Mulberry. HEX triplet: D7, 52 and A9. RGB value is (215,82,169). Sum of RGB (Red+Green+Blue) = 215+82+169=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D752A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752A9 is #28AD56. Grayscale: #838383. Windows color (decimal): -2665815 or 11096791. OLE color: 11096791.
HSL color Cylindrical-coordinate representation of color #D752A9: hue angle of 320.75º 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 #D752A9 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 169 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.16 |
| HSL | 320.75º | 0.62% | 0.58% | - |
| HSV(B) | 320.75º | 0.62% | 0.84% | - |
| XYZ | 38.2 | 23.35 | 40.03 | - |
| YUV | 131.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 169 | 0 | 0.62 | 0.21 | 0.16 | 320.75 | 0.62 | 0.58 |
| Hex | D7 | 52 | A9 | 0 | 3E | 15 | 10 | 141 | 3E | 3A |
| Octal | 327 | 122 | 251 | 0 | 76 | 25 | 20 | 501 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10101001 | 0 | 111110 | 10101 | 10000 | 101000001 | 111110 | 111010 |
Color Harmonies of #D752A9
Complementary color
Monochromatic Colors of #D752A9
Black with #D752A9
Text Example
Text Example
White with #D752A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752A9; }
p { color: rgb(215,82,169); }
H1.HeaderClassName
{
color: #D752A9;
}
.AnyTagClassName
{
color: #D752A9;
}
</style>
background-color css
<style>
a { background-color: #D752A9; }
a { background-color: rgb(215,82,169); }
div.DivClassName
{
background-color: #D752A9;
}
.BgClassName
{
background-color: #D752A9;
}
</style>
border-color css
<style>
span { border-color: #D752A9; }
span { border-color: rgb(215,82,169); }
td.TdClassName
{
border-color: #D752A9;
}
.TagClassName
{
border-color: #D752A9;
}
</style>