Shades of Mulberry #D253AB
Tints of Mulberry #D253AB
RGB
CMYK
RGB Variations
Color information
#D253AB (or 0xD253AB) is known color: Mulberry. HEX triplet: D2, 53 and AB. RGB value is (210,83,171). Sum of RGB (Red+Green+Blue) = 210+83+171=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D253AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D253AB is #2DAC54. Grayscale: #828282. Windows color (decimal): -2993237 or 11228114. OLE color: 11228114.
HSL color Cylindrical-coordinate representation of color #D253AB: hue angle of 318.43º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253AB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 171 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.18 |
| HSL | 318.43º | 0.59% | 0.57% | - |
| HSV(B) | 318.43º | 0.6% | 0.82% | - |
| XYZ | 37.02 | 22.83 | 40.98 | - |
| YUV | 131.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 171 | 0 | 0.60 | 0.19 | 0.18 | 318.43 | 0.59 | 0.57 |
| Hex | D2 | 53 | AB | 0 | 3C | 13 | 12 | 13E | 3B | 39 |
| Octal | 322 | 123 | 253 | 0 | 74 | 23 | 22 | 476 | 73 | 71 |
| Binary | 11010010 | 1010011 | 10101011 | 0 | 111100 | 10011 | 10010 | 100111110 | 111011 | 111001 |
Color Harmonies of #D253AB
Complementary color
Monochromatic Colors of #D253AB
Black with #D253AB
Text Example
Text Example
White with #D253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253AB; }
p { color: rgb(210,83,171); }
H1.HeaderClassName
{
color: #D253AB;
}
.AnyTagClassName
{
color: #D253AB;
}
</style>
background-color css
<style>
a { background-color: #D253AB; }
a { background-color: rgb(210,83,171); }
div.DivClassName
{
background-color: #D253AB;
}
.BgClassName
{
background-color: #D253AB;
}
</style>
border-color css
<style>
span { border-color: #D253AB; }
span { border-color: rgb(210,83,171); }
td.TdClassName
{
border-color: #D253AB;
}
.TagClassName
{
border-color: #D253AB;
}
</style>