Shades of Mulberry #D246A2
Tints of Mulberry #D246A2
RGB
CMYK
RGB Variations
Color information
#D246A2 (or 0xD246A2) is known color: Mulberry. HEX triplet: D2, 46 and A2. RGB value is (210,70,162). Sum of RGB (Red+Green+Blue) = 210+70+162=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D246A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D246A2 is #2DB95D. Grayscale: #7A7A7A. Windows color (decimal): -2996574 or 10634962. OLE color: 10634962.
HSL color Cylindrical-coordinate representation of color #D246A2: hue angle of 320.57º 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 #D246A2 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 162 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.18 |
| HSL | 320.57º | 0.61% | 0.55% | - |
| HSV(B) | 320.57º | 0.67% | 0.82% | - |
| XYZ | 35.29 | 20.69 | 36.32 | - |
| YUV | 122.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 162 | 0 | 0.67 | 0.23 | 0.18 | 320.57 | 0.61 | 0.55 |
| Hex | D2 | 46 | A2 | 0 | 43 | 17 | 12 | 141 | 3D | 37 |
| Octal | 322 | 106 | 242 | 0 | 103 | 27 | 22 | 501 | 75 | 67 |
| Binary | 11010010 | 1000110 | 10100010 | 0 | 1000011 | 10111 | 10010 | 101000001 | 111101 | 110111 |
Color Harmonies of #D246A2
Complementary color
Monochromatic Colors of #D246A2
Black with #D246A2
Text Example
Text Example
White with #D246A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246A2; }
p { color: rgb(210,70,162); }
H1.HeaderClassName
{
color: #D246A2;
}
.AnyTagClassName
{
color: #D246A2;
}
</style>
background-color css
<style>
a { background-color: #D246A2; }
a { background-color: rgb(210,70,162); }
div.DivClassName
{
background-color: #D246A2;
}
.BgClassName
{
background-color: #D246A2;
}
</style>
border-color css
<style>
span { border-color: #D246A2; }
span { border-color: rgb(210,70,162); }
td.TdClassName
{
border-color: #D246A2;
}
.TagClassName
{
border-color: #D246A2;
}
</style>