Shades of Mulberry #D650A2
Tints of Mulberry #D650A2
RGB
CMYK
RGB Variations
Color information
#D650A2 (or 0xD650A2) is known color: Mulberry. HEX triplet: D6, 50 and A2. RGB value is (214,80,162). Sum of RGB (Red+Green+Blue) = 214+80+162=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D650A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650A2 is #29AF5D. Grayscale: #818181. Windows color (decimal): -2731870 or 10637526. OLE color: 10637526.
HSL color Cylindrical-coordinate representation of color #D650A2: hue angle of 323.28º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650A2 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 162 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.16 |
| HSL | 323.28º | 0.62% | 0.58% | - |
| HSV(B) | 323.28º | 0.63% | 0.84% | - |
| XYZ | 37.12 | 22.64 | 36.6 | - |
| YUV | 129.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 162 | 0 | 0.63 | 0.24 | 0.16 | 323.28 | 0.62 | 0.58 |
| Hex | D6 | 50 | A2 | 0 | 3F | 18 | 10 | 143 | 3E | 3A |
| Octal | 326 | 120 | 242 | 0 | 77 | 30 | 20 | 503 | 76 | 72 |
| Binary | 11010110 | 1010000 | 10100010 | 0 | 111111 | 11000 | 10000 | 101000011 | 111110 | 111010 |
Color Harmonies of #D650A2
Complementary color
Monochromatic Colors of #D650A2
Black with #D650A2
Text Example
Text Example
White with #D650A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650A2; }
p { color: rgb(214,80,162); }
H1.HeaderClassName
{
color: #D650A2;
}
.AnyTagClassName
{
color: #D650A2;
}
</style>
background-color css
<style>
a { background-color: #D650A2; }
a { background-color: rgb(214,80,162); }
div.DivClassName
{
background-color: #D650A2;
}
.BgClassName
{
background-color: #D650A2;
}
</style>
border-color css
<style>
span { border-color: #D650A2; }
span { border-color: rgb(214,80,162); }
td.TdClassName
{
border-color: #D650A2;
}
.TagClassName
{
border-color: #D650A2;
}
</style>