Shades of Mulberry #D752AB
Tints of Mulberry #D752AB
RGB
CMYK
RGB Variations
Color information
#D752AB (or 0xD752AB) is known color: Mulberry. HEX triplet: D7, 52 and AB. RGB value is (215,82,171). Sum of RGB (Red+Green+Blue) = 215+82+171=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D752AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752AB is #28AD54. Grayscale: #838383. Windows color (decimal): -2665813 or 11227863. OLE color: 11227863.
HSL color Cylindrical-coordinate representation of color #D752AB: hue angle of 319.85º 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 #D752AB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 171 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 319.85º | 0.62% | 0.58% | - |
| HSV(B) | 319.85º | 0.62% | 0.84% | - |
| XYZ | 38.39 | 23.42 | 41.03 | - |
| YUV | 131.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 171 | 0 | 0.62 | 0.20 | 0.16 | 319.85 | 0.62 | 0.58 |
| Hex | D7 | 52 | AB | 0 | 3E | 14 | 10 | 140 | 3E | 3A |
| Octal | 327 | 122 | 253 | 0 | 76 | 24 | 20 | 500 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10101011 | 0 | 111110 | 10100 | 10000 | 101000000 | 111110 | 111010 |
Color Harmonies of #D752AB
Complementary color
Monochromatic Colors of #D752AB
Black with #D752AB
Text Example
Text Example
White with #D752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752AB; }
p { color: rgb(215,82,171); }
H1.HeaderClassName
{
color: #D752AB;
}
.AnyTagClassName
{
color: #D752AB;
}
</style>
background-color css
<style>
a { background-color: #D752AB; }
a { background-color: rgb(215,82,171); }
div.DivClassName
{
background-color: #D752AB;
}
.BgClassName
{
background-color: #D752AB;
}
</style>
border-color css
<style>
span { border-color: #D752AB; }
span { border-color: rgb(215,82,171); }
td.TdClassName
{
border-color: #D752AB;
}
.TagClassName
{
border-color: #D752AB;
}
</style>