Shades of Mulberry #D052A7
Tints of Mulberry #D052A7
RGB
CMYK
RGB Variations
Color information
#D052A7 (or 0xD052A7) is known color: Mulberry. HEX triplet: D0, 52 and A7. RGB value is (208,82,167). Sum of RGB (Red+Green+Blue) = 208+82+167=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D052A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052A7 is #2FAD58. Grayscale: #818181. Windows color (decimal): -3124569 or 10965712. OLE color: 10965712.
HSL color Cylindrical-coordinate representation of color #D052A7: hue angle of 319.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D052A7 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 167 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.18 |
| HSL | 319.52º | 0.57% | 0.57% | - |
| HSV(B) | 319.52º | 0.61% | 0.82% | - |
| XYZ | 36 | 22.23 | 38.95 | - |
| YUV | 129.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 167 | 0 | 0.61 | 0.20 | 0.18 | 319.52 | 0.57 | 0.57 |
| Hex | D0 | 52 | A7 | 0 | 3D | 14 | 12 | 140 | 39 | 39 |
| Octal | 320 | 122 | 247 | 0 | 75 | 24 | 22 | 500 | 71 | 71 |
| Binary | 11010000 | 1010010 | 10100111 | 0 | 111101 | 10100 | 10010 | 101000000 | 111001 | 111001 |
Color Harmonies of #D052A7
Complementary color
Monochromatic Colors of #D052A7
Black with #D052A7
Text Example
Text Example
White with #D052A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052A7; }
p { color: rgb(208,82,167); }
H1.HeaderClassName
{
color: #D052A7;
}
.AnyTagClassName
{
color: #D052A7;
}
</style>
background-color css
<style>
a { background-color: #D052A7; }
a { background-color: rgb(208,82,167); }
div.DivClassName
{
background-color: #D052A7;
}
.BgClassName
{
background-color: #D052A7;
}
</style>
border-color css
<style>
span { border-color: #D052A7; }
span { border-color: rgb(208,82,167); }
td.TdClassName
{
border-color: #D052A7;
}
.TagClassName
{
border-color: #D052A7;
}
</style>