Shades of Mulberry #D246AB
Tints of Mulberry #D246AB
RGB
CMYK
RGB Variations
Color information
#D246AB (or 0xD246AB) is known color: Mulberry. HEX triplet: D2, 46 and AB. RGB value is (210,70,171). Sum of RGB (Red+Green+Blue) = 210+70+171=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D246AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D246AB is #2DB954. Grayscale: #7B7B7B. Windows color (decimal): -2996565 or 11224786. OLE color: 11224786.
HSL color Cylindrical-coordinate representation of color #D246AB: hue angle of 316.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D246AB is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 171 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.18 |
| HSL | 316.71º | 0.61% | 0.55% | - |
| HSV(B) | 316.71º | 0.67% | 0.82% | - |
| XYZ | 36.12 | 21.02 | 40.68 | - |
| YUV | 123.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 171 | 0 | 0.67 | 0.19 | 0.18 | 316.71 | 0.61 | 0.55 |
| Hex | D2 | 46 | AB | 0 | 43 | 13 | 12 | 13D | 3D | 37 |
| Octal | 322 | 106 | 253 | 0 | 103 | 23 | 22 | 475 | 75 | 67 |
| Binary | 11010010 | 1000110 | 10101011 | 0 | 1000011 | 10011 | 10010 | 100111101 | 111101 | 110111 |
Color Harmonies of #D246AB
Complementary color
Monochromatic Colors of #D246AB
Black with #D246AB
Text Example
Text Example
White with #D246AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246AB; }
p { color: rgb(210,70,171); }
H1.HeaderClassName
{
color: #D246AB;
}
.AnyTagClassName
{
color: #D246AB;
}
</style>
background-color css
<style>
a { background-color: #D246AB; }
a { background-color: rgb(210,70,171); }
div.DivClassName
{
background-color: #D246AB;
}
.BgClassName
{
background-color: #D246AB;
}
</style>
border-color css
<style>
span { border-color: #D246AB; }
span { border-color: rgb(210,70,171); }
td.TdClassName
{
border-color: #D246AB;
}
.TagClassName
{
border-color: #D246AB;
}
</style>