Shades of Mulberry #D652A0
Tints of Mulberry #D652A0
RGB
CMYK
RGB Variations
Color information
#D652A0 (or 0xD652A0) is known color: Mulberry. HEX triplet: D6, 52 and A0. RGB value is (214,82,160). Sum of RGB (Red+Green+Blue) = 214+82+160=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D652A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D652A0 is #29AD5F. Grayscale: #828282. Windows color (decimal): -2731360 or 10506966. OLE color: 10506966.
HSL color Cylindrical-coordinate representation of color #D652A0: hue angle of 324.55º 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 #D652A0 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 160 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.16 |
| HSL | 324.55º | 0.62% | 0.58% | - |
| HSV(B) | 324.55º | 0.62% | 0.84% | - |
| XYZ | 37.09 | 22.87 | 35.72 | - |
| YUV | 130.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 160 | 0 | 0.62 | 0.25 | 0.16 | 324.55 | 0.62 | 0.58 |
| Hex | D6 | 52 | A0 | 0 | 3E | 19 | 10 | 145 | 3E | 3A |
| Octal | 326 | 122 | 240 | 0 | 76 | 31 | 20 | 505 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10100000 | 0 | 111110 | 11001 | 10000 | 101000101 | 111110 | 111010 |
Color Harmonies of #D652A0
Complementary color
Monochromatic Colors of #D652A0
Black with #D652A0
Text Example
Text Example
White with #D652A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652A0; }
p { color: rgb(214,82,160); }
H1.HeaderClassName
{
color: #D652A0;
}
.AnyTagClassName
{
color: #D652A0;
}
</style>
background-color css
<style>
a { background-color: #D652A0; }
a { background-color: rgb(214,82,160); }
div.DivClassName
{
background-color: #D652A0;
}
.BgClassName
{
background-color: #D652A0;
}
</style>
border-color css
<style>
span { border-color: #D652A0; }
span { border-color: rgb(214,82,160); }
td.TdClassName
{
border-color: #D652A0;
}
.TagClassName
{
border-color: #D652A0;
}
</style>