Shades of Mulberry #D752A5
Tints of Mulberry #D752A5
RGB
CMYK
RGB Variations
Color information
#D752A5 (or 0xD752A5) is known color: Mulberry. HEX triplet: D7, 52 and A5. RGB value is (215,82,165). Sum of RGB (Red+Green+Blue) = 215+82+165=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D752A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752A5 is #28AD5A. Grayscale: #838383. Windows color (decimal): -2665819 or 10834647. OLE color: 10834647.
HSL color Cylindrical-coordinate representation of color #D752A5: hue angle of 322.56º 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 #D752A5 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 165 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.16 |
| HSL | 322.56º | 0.62% | 0.58% | - |
| HSV(B) | 322.56º | 0.62% | 0.84% | - |
| XYZ | 37.83 | 23.2 | 38.08 | - |
| YUV | 131.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 165 | 0 | 0.62 | 0.23 | 0.16 | 322.56 | 0.62 | 0.58 |
| Hex | D7 | 52 | A5 | 0 | 3E | 17 | 10 | 143 | 3E | 3A |
| Octal | 327 | 122 | 245 | 0 | 76 | 27 | 20 | 503 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10100101 | 0 | 111110 | 10111 | 10000 | 101000011 | 111110 | 111010 |
Color Harmonies of #D752A5
Complementary color
Monochromatic Colors of #D752A5
Black with #D752A5
Text Example
Text Example
White with #D752A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752A5; }
p { color: rgb(215,82,165); }
H1.HeaderClassName
{
color: #D752A5;
}
.AnyTagClassName
{
color: #D752A5;
}
</style>
background-color css
<style>
a { background-color: #D752A5; }
a { background-color: rgb(215,82,165); }
div.DivClassName
{
background-color: #D752A5;
}
.BgClassName
{
background-color: #D752A5;
}
</style>
border-color css
<style>
span { border-color: #D752A5; }
span { border-color: rgb(215,82,165); }
td.TdClassName
{
border-color: #D752A5;
}
.TagClassName
{
border-color: #D752A5;
}
</style>