Shades of Mulberry #D853A2
Tints of Mulberry #D853A2
RGB
CMYK
RGB Variations
Color information
#D853A2 (or 0xD853A2) is known color: Mulberry. HEX triplet: D8, 53 and A2. RGB value is (216,83,162). Sum of RGB (Red+Green+Blue) = 216+83+162=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D853A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D853A2 is #27AC5D. Grayscale: #838383. Windows color (decimal): -2600030 or 10638296. OLE color: 10638296.
HSL color Cylindrical-coordinate representation of color #D853A2: hue angle of 324.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853A2 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 162 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.15 |
| HSL | 324.36º | 0.63% | 0.59% | - |
| HSV(B) | 324.36º | 0.62% | 0.85% | - |
| XYZ | 37.93 | 23.39 | 36.7 | - |
| YUV | 131.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 162 | 0 | 0.62 | 0.25 | 0.15 | 324.36 | 0.63 | 0.59 |
| Hex | D8 | 53 | A2 | 0 | 3E | 19 | F | 144 | 3F | 3B |
| Octal | 330 | 123 | 242 | 0 | 76 | 31 | 17 | 504 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10100010 | 0 | 111110 | 11001 | 1111 | 101000100 | 111111 | 111011 |
Color Harmonies of #D853A2
Complementary color
Monochromatic Colors of #D853A2
Black with #D853A2
Text Example
Text Example
White with #D853A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853A2; }
p { color: rgb(216,83,162); }
H1.HeaderClassName
{
color: #D853A2;
}
.AnyTagClassName
{
color: #D853A2;
}
</style>
background-color css
<style>
a { background-color: #D853A2; }
a { background-color: rgb(216,83,162); }
div.DivClassName
{
background-color: #D853A2;
}
.BgClassName
{
background-color: #D853A2;
}
</style>
border-color css
<style>
span { border-color: #D853A2; }
span { border-color: rgb(216,83,162); }
td.TdClassName
{
border-color: #D853A2;
}
.TagClassName
{
border-color: #D853A2;
}
</style>