Shades of Mulberry #D250AB
Tints of Mulberry #D250AB
RGB
CMYK
RGB Variations
Color information
#D250AB (or 0xD250AB) is known color: Mulberry. HEX triplet: D2, 50 and AB. RGB value is (210,80,171). Sum of RGB (Red+Green+Blue) = 210+80+171=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D250AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250AB is #2DAF54. Grayscale: #818181. Windows color (decimal): -2994005 or 11227346. OLE color: 11227346.
HSL color Cylindrical-coordinate representation of color #D250AB: hue angle of 318º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250AB is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 171 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.18 |
| HSL | 318º | 0.59% | 0.57% | - |
| HSV(B) | 318º | 0.62% | 0.82% | - |
| XYZ | 36.8 | 22.38 | 40.91 | - |
| YUV | 129.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 171 | 0 | 0.62 | 0.19 | 0.18 | 318 | 0.59 | 0.57 |
| Hex | D2 | 50 | AB | 0 | 3E | 13 | 12 | 13E | 3B | 39 |
| Octal | 322 | 120 | 253 | 0 | 76 | 23 | 22 | 476 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10101011 | 0 | 111110 | 10011 | 10010 | 100111110 | 111011 | 111001 |
Color Harmonies of #D250AB
Complementary color
Monochromatic Colors of #D250AB
Black with #D250AB
Text Example
Text Example
White with #D250AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250AB; }
p { color: rgb(210,80,171); }
H1.HeaderClassName
{
color: #D250AB;
}
.AnyTagClassName
{
color: #D250AB;
}
</style>
background-color css
<style>
a { background-color: #D250AB; }
a { background-color: rgb(210,80,171); }
div.DivClassName
{
background-color: #D250AB;
}
.BgClassName
{
background-color: #D250AB;
}
</style>
border-color css
<style>
span { border-color: #D250AB; }
span { border-color: rgb(210,80,171); }
td.TdClassName
{
border-color: #D250AB;
}
.TagClassName
{
border-color: #D250AB;
}
</style>