Shades of Mulberry #D256A3
Tints of Mulberry #D256A3
RGB
CMYK
RGB Variations
Color information
#D256A3 (or 0xD256A3) is known color: Mulberry. HEX triplet: D2, 56 and A3. RGB value is (210,86,163). Sum of RGB (Red+Green+Blue) = 210+86+163=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D256A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256A3 is #2DA95C. Grayscale: #838383. Windows color (decimal): -2992477 or 10704594. OLE color: 10704594.
HSL color Cylindrical-coordinate representation of color #D256A3: hue angle of 322.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D256A3 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 163 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.18 |
| HSL | 322.74º | 0.58% | 0.58% | - |
| HSV(B) | 322.74º | 0.59% | 0.82% | - |
| XYZ | 36.52 | 23 | 37.17 | - |
| YUV | 131.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 163 | 0 | 0.59 | 0.22 | 0.18 | 322.74 | 0.58 | 0.58 |
| Hex | D2 | 56 | A3 | 0 | 3B | 16 | 12 | 143 | 3A | 3A |
| Octal | 322 | 126 | 243 | 0 | 73 | 26 | 22 | 503 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10100011 | 0 | 111011 | 10110 | 10010 | 101000011 | 111010 | 111010 |
Color Harmonies of #D256A3
Complementary color
Monochromatic Colors of #D256A3
Black with #D256A3
Text Example
Text Example
White with #D256A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256A3; }
p { color: rgb(210,86,163); }
H1.HeaderClassName
{
color: #D256A3;
}
.AnyTagClassName
{
color: #D256A3;
}
</style>
background-color css
<style>
a { background-color: #D256A3; }
a { background-color: rgb(210,86,163); }
div.DivClassName
{
background-color: #D256A3;
}
.BgClassName
{
background-color: #D256A3;
}
</style>
border-color css
<style>
span { border-color: #D256A3; }
span { border-color: rgb(210,86,163); }
td.TdClassName
{
border-color: #D256A3;
}
.TagClassName
{
border-color: #D256A3;
}
</style>