Shades of Mulberry #D752A2
Tints of Mulberry #D752A2
RGB
CMYK
RGB Variations
Color information
#D752A2 (or 0xD752A2) is known color: Mulberry. HEX triplet: D7, 52 and A2. RGB value is (215,82,162). Sum of RGB (Red+Green+Blue) = 215+82+162=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D752A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752A2 is #28AD5D. Grayscale: #828282. Windows color (decimal): -2665822 or 10638039. OLE color: 10638039.
HSL color Cylindrical-coordinate representation of color #D752A2: hue angle of 323.91º 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 #D752A2 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 162 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.16 |
| HSL | 323.91º | 0.62% | 0.58% | - |
| HSV(B) | 323.91º | 0.62% | 0.84% | - |
| XYZ | 37.56 | 23.09 | 36.66 | - |
| YUV | 130.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 162 | 0 | 0.62 | 0.25 | 0.16 | 323.91 | 0.62 | 0.58 |
| Hex | D7 | 52 | A2 | 0 | 3E | 19 | 10 | 144 | 3E | 3A |
| Octal | 327 | 122 | 242 | 0 | 76 | 31 | 20 | 504 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10100010 | 0 | 111110 | 11001 | 10000 | 101000100 | 111110 | 111010 |
Color Harmonies of #D752A2
Complementary color
Monochromatic Colors of #D752A2
Black with #D752A2
Text Example
Text Example
White with #D752A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752A2; }
p { color: rgb(215,82,162); }
H1.HeaderClassName
{
color: #D752A2;
}
.AnyTagClassName
{
color: #D752A2;
}
</style>
background-color css
<style>
a { background-color: #D752A2; }
a { background-color: rgb(215,82,162); }
div.DivClassName
{
background-color: #D752A2;
}
.BgClassName
{
background-color: #D752A2;
}
</style>
border-color css
<style>
span { border-color: #D752A2; }
span { border-color: rgb(215,82,162); }
td.TdClassName
{
border-color: #D752A2;
}
.TagClassName
{
border-color: #D752A2;
}
</style>