Shades of Mulberry #D053A7
Tints of Mulberry #D053A7
RGB
CMYK
RGB Variations
Color information
#D053A7 (or 0xD053A7) is known color: Mulberry. HEX triplet: D0, 53 and A7. RGB value is (208,83,167). Sum of RGB (Red+Green+Blue) = 208+83+167=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D053A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D053A7 is #2FAC58. Grayscale: #818181. Windows color (decimal): -3124313 or 10965968. OLE color: 10965968.
HSL color Cylindrical-coordinate representation of color #D053A7: hue angle of 319.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D053A7 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 167 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.18 |
| HSL | 319.68º | 0.57% | 0.57% | - |
| HSV(B) | 319.68º | 0.6% | 0.82% | - |
| XYZ | 36.08 | 22.39 | 38.98 | - |
| YUV | 129.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 167 | 0 | 0.60 | 0.20 | 0.18 | 319.68 | 0.57 | 0.57 |
| Hex | D0 | 53 | A7 | 0 | 3C | 14 | 12 | 140 | 39 | 39 |
| Octal | 320 | 123 | 247 | 0 | 74 | 24 | 22 | 500 | 71 | 71 |
| Binary | 11010000 | 1010011 | 10100111 | 0 | 111100 | 10100 | 10010 | 101000000 | 111001 | 111001 |
Color Harmonies of #D053A7
Complementary color
Monochromatic Colors of #D053A7
Black with #D053A7
Text Example
Text Example
White with #D053A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053A7; }
p { color: rgb(208,83,167); }
H1.HeaderClassName
{
color: #D053A7;
}
.AnyTagClassName
{
color: #D053A7;
}
</style>
background-color css
<style>
a { background-color: #D053A7; }
a { background-color: rgb(208,83,167); }
div.DivClassName
{
background-color: #D053A7;
}
.BgClassName
{
background-color: #D053A7;
}
</style>
border-color css
<style>
span { border-color: #D053A7; }
span { border-color: rgb(208,83,167); }
td.TdClassName
{
border-color: #D053A7;
}
.TagClassName
{
border-color: #D053A7;
}
</style>