Shades of Mulberry #D552AB
Tints of Mulberry #D552AB
RGB
CMYK
RGB Variations
Color information
#D552AB (or 0xD552AB) is known color: Mulberry. HEX triplet: D5, 52 and AB. RGB value is (213,82,171). Sum of RGB (Red+Green+Blue) = 213+82+171=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D552AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552AB is #2AAD54. Grayscale: #838383. Windows color (decimal): -2796885 or 11227861. OLE color: 11227861.
HSL color Cylindrical-coordinate representation of color #D552AB: hue angle of 319.24º degrees, saturation: 0.61, 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 #D552AB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 171 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 319.24º | 0.61% | 0.58% | - |
| HSV(B) | 319.24º | 0.62% | 0.84% | - |
| XYZ | 37.81 | 23.12 | 41 | - |
| YUV | 131.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 171 | 0 | 0.62 | 0.20 | 0.16 | 319.24 | 0.61 | 0.58 |
| Hex | D5 | 52 | AB | 0 | 3E | 14 | 10 | 13F | 3D | 3A |
| Octal | 325 | 122 | 253 | 0 | 76 | 24 | 20 | 477 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10101011 | 0 | 111110 | 10100 | 10000 | 100111111 | 111101 | 111010 |
Color Harmonies of #D552AB
Complementary color
Monochromatic Colors of #D552AB
Black with #D552AB
Text Example
Text Example
White with #D552AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552AB; }
p { color: rgb(213,82,171); }
H1.HeaderClassName
{
color: #D552AB;
}
.AnyTagClassName
{
color: #D552AB;
}
</style>
background-color css
<style>
a { background-color: #D552AB; }
a { background-color: rgb(213,82,171); }
div.DivClassName
{
background-color: #D552AB;
}
.BgClassName
{
background-color: #D552AB;
}
</style>
border-color css
<style>
span { border-color: #D552AB; }
span { border-color: rgb(213,82,171); }
td.TdClassName
{
border-color: #D552AB;
}
.TagClassName
{
border-color: #D552AB;
}
</style>