Shades of Mulberry #D652A2
Tints of Mulberry #D652A2
RGB
CMYK
RGB Variations
Color information
#D652A2 (or 0xD652A2) is known color: Mulberry. HEX triplet: D6, 52 and A2. RGB value is (214,82,162). Sum of RGB (Red+Green+Blue) = 214+82+162=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D652A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D652A2 is #29AD5D. Grayscale: #828282. Windows color (decimal): -2731358 or 10638038. OLE color: 10638038.
HSL color Cylindrical-coordinate representation of color #D652A2: hue angle of 323.64º 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 #D652A2 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 162 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.16 |
| HSL | 323.64º | 0.62% | 0.58% | - |
| HSV(B) | 323.64º | 0.62% | 0.84% | - |
| XYZ | 37.27 | 22.94 | 36.65 | - |
| YUV | 130.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 162 | 0 | 0.62 | 0.24 | 0.16 | 323.64 | 0.62 | 0.58 |
| Hex | D6 | 52 | A2 | 0 | 3E | 18 | 10 | 144 | 3E | 3A |
| Octal | 326 | 122 | 242 | 0 | 76 | 30 | 20 | 504 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10100010 | 0 | 111110 | 11000 | 10000 | 101000100 | 111110 | 111010 |
Color Harmonies of #D652A2
Complementary color
Monochromatic Colors of #D652A2
Black with #D652A2
Text Example
Text Example
White with #D652A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652A2; }
p { color: rgb(214,82,162); }
H1.HeaderClassName
{
color: #D652A2;
}
.AnyTagClassName
{
color: #D652A2;
}
</style>
background-color css
<style>
a { background-color: #D652A2; }
a { background-color: rgb(214,82,162); }
div.DivClassName
{
background-color: #D652A2;
}
.BgClassName
{
background-color: #D652A2;
}
</style>
border-color css
<style>
span { border-color: #D652A2; }
span { border-color: rgb(214,82,162); }
td.TdClassName
{
border-color: #D652A2;
}
.TagClassName
{
border-color: #D652A2;
}
</style>