Shades of Mulberry #D652A6
Tints of Mulberry #D652A6
RGB
CMYK
RGB Variations
Color information
#D652A6 (or 0xD652A6) is known color: Mulberry. HEX triplet: D6, 52 and A6. RGB value is (214,82,166). Sum of RGB (Red+Green+Blue) = 214+82+166=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D652A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D652A6 is #29AD59. Grayscale: #828282. Windows color (decimal): -2731354 or 10900182. OLE color: 10900182.
HSL color Cylindrical-coordinate representation of color #D652A6: hue angle of 321.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D652A6 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 166 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.16 |
| HSL | 321.82º | 0.62% | 0.58% | - |
| HSV(B) | 321.82º | 0.62% | 0.84% | - |
| XYZ | 37.63 | 23.08 | 38.55 | - |
| YUV | 131.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 166 | 0 | 0.62 | 0.22 | 0.16 | 321.82 | 0.62 | 0.58 |
| Hex | D6 | 52 | A6 | 0 | 3E | 16 | 10 | 142 | 3E | 3A |
| Octal | 326 | 122 | 246 | 0 | 76 | 26 | 20 | 502 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10100110 | 0 | 111110 | 10110 | 10000 | 101000010 | 111110 | 111010 |
Color Harmonies of #D652A6
Complementary color
Monochromatic Colors of #D652A6
Black with #D652A6
Text Example
Text Example
White with #D652A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652A6; }
p { color: rgb(214,82,166); }
H1.HeaderClassName
{
color: #D652A6;
}
.AnyTagClassName
{
color: #D652A6;
}
</style>
background-color css
<style>
a { background-color: #D652A6; }
a { background-color: rgb(214,82,166); }
div.DivClassName
{
background-color: #D652A6;
}
.BgClassName
{
background-color: #D652A6;
}
</style>
border-color css
<style>
span { border-color: #D652A6; }
span { border-color: rgb(214,82,166); }
td.TdClassName
{
border-color: #D652A6;
}
.TagClassName
{
border-color: #D652A6;
}
</style>