Shades of Mulberry #D752AC
Tints of Mulberry #D752AC
RGB
CMYK
RGB Variations
Color information
#D752AC (or 0xD752AC) is known color: Mulberry. HEX triplet: D7, 52 and AC. RGB value is (215,82,172). Sum of RGB (Red+Green+Blue) = 215+82+172=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D752AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752AC is #28AD53. Grayscale: #838383. Windows color (decimal): -2665812 or 11293399. OLE color: 11293399.
HSL color Cylindrical-coordinate representation of color #D752AC: hue angle of 319.4º 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 #D752AC is Cyan = 0, Magento = 0.62, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 172 | - |
| CMYK | 0 | 0.62 | 0.2 | 0.16 |
| HSL | 319.4º | 0.62% | 0.58% | - |
| HSV(B) | 319.4º | 0.62% | 0.84% | - |
| XYZ | 38.49 | 23.46 | 41.53 | - |
| YUV | 132.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 172 | 0 | 0.62 | 0.2 | 0.16 | 319.4 | 0.62 | 0.58 |
| Hex | D7 | 52 | AC | 0 | 3E | 14 | 10 | 13F | 3E | 3A |
| Octal | 327 | 122 | 254 | 0 | 76 | 24 | 20 | 477 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10101100 | 0 | 111110 | 10100 | 10000 | 100111111 | 111110 | 111010 |
Color Harmonies of #D752AC
Complementary color
Monochromatic Colors of #D752AC
Black with #D752AC
Text Example
Text Example
White with #D752AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752AC; }
p { color: rgb(215,82,172); }
H1.HeaderClassName
{
color: #D752AC;
}
.AnyTagClassName
{
color: #D752AC;
}
</style>
background-color css
<style>
a { background-color: #D752AC; }
a { background-color: rgb(215,82,172); }
div.DivClassName
{
background-color: #D752AC;
}
.BgClassName
{
background-color: #D752AC;
}
</style>
border-color css
<style>
span { border-color: #D752AC; }
span { border-color: rgb(215,82,172); }
td.TdClassName
{
border-color: #D752AC;
}
.TagClassName
{
border-color: #D752AC;
}
</style>