Shades of Mulberry #DA52A7
Tints of Mulberry #DA52A7
RGB
CMYK
RGB Variations
Color information
#DA52A7 (or 0xDA52A7) is known color: Mulberry. HEX triplet: DA, 52 and A7. RGB value is (218,82,167). Sum of RGB (Red+Green+Blue) = 218+82+167=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52A7 is #25AD58. Grayscale: #848484. Windows color (decimal): -2469209 or 10965722. OLE color: 10965722.
HSL color Cylindrical-coordinate representation of color #DA52A7: hue angle of 322.5º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA52A7 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 167 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.15 |
| HSL | 322.5º | 0.65% | 0.59% | - |
| HSV(B) | 322.5º | 0.62% | 0.85% | - |
| XYZ | 38.91 | 23.73 | 39.09 | - |
| YUV | 132.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 167 | 0 | 0.62 | 0.23 | 0.15 | 322.5 | 0.65 | 0.59 |
| Hex | DA | 52 | A7 | 0 | 3E | 17 | F | 142 | 41 | 3B |
| Octal | 332 | 122 | 247 | 0 | 76 | 27 | 17 | 502 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10100111 | 0 | 111110 | 10111 | 1111 | 101000010 | 1000001 | 111011 |
Color Harmonies of #DA52A7
Complementary color
Monochromatic Colors of #DA52A7
Black with #DA52A7
Text Example
Text Example
White with #DA52A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52A7; }
p { color: rgb(218,82,167); }
H1.HeaderClassName
{
color: #DA52A7;
}
.AnyTagClassName
{
color: #DA52A7;
}
</style>
background-color css
<style>
a { background-color: #DA52A7; }
a { background-color: rgb(218,82,167); }
div.DivClassName
{
background-color: #DA52A7;
}
.BgClassName
{
background-color: #DA52A7;
}
</style>
border-color css
<style>
span { border-color: #DA52A7; }
span { border-color: rgb(218,82,167); }
td.TdClassName
{
border-color: #DA52A7;
}
.TagClassName
{
border-color: #DA52A7;
}
</style>