Shades of Mulberry #D459A7
Tints of Mulberry #D459A7
RGB
CMYK
RGB Variations
Color information
#D459A7 (or 0xD459A7) is known color: Mulberry. HEX triplet: D4, 59 and A7. RGB value is (212,89,167). Sum of RGB (Red+Green+Blue) = 212+89+167=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D459A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D459A7 is #2BA658. Grayscale: #868686. Windows color (decimal): -2860633 or 10967508. OLE color: 10967508.
HSL color Cylindrical-coordinate representation of color #D459A7: hue angle of 321.95º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459A7 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 167 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.17 |
| HSL | 321.95º | 0.59% | 0.59% | - |
| HSV(B) | 321.95º | 0.58% | 0.83% | - |
| XYZ | 37.7 | 23.93 | 39.19 | - |
| YUV | 134.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 167 | 0 | 0.58 | 0.21 | 0.17 | 321.95 | 0.59 | 0.59 |
| Hex | D4 | 59 | A7 | 0 | 3A | 15 | 11 | 142 | 3B | 3B |
| Octal | 324 | 131 | 247 | 0 | 72 | 25 | 21 | 502 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10100111 | 0 | 111010 | 10101 | 10001 | 101000010 | 111011 | 111011 |
Color Harmonies of #D459A7
Complementary color
Monochromatic Colors of #D459A7
Black with #D459A7
Text Example
Text Example
White with #D459A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459A7; }
p { color: rgb(212,89,167); }
H1.HeaderClassName
{
color: #D459A7;
}
.AnyTagClassName
{
color: #D459A7;
}
</style>
background-color css
<style>
a { background-color: #D459A7; }
a { background-color: rgb(212,89,167); }
div.DivClassName
{
background-color: #D459A7;
}
.BgClassName
{
background-color: #D459A7;
}
</style>
border-color css
<style>
span { border-color: #D459A7; }
span { border-color: rgb(212,89,167); }
td.TdClassName
{
border-color: #D459A7;
}
.TagClassName
{
border-color: #D459A7;
}
</style>