Shades of Mulberry #D54FAC
Tints of Mulberry #D54FAC
RGB
CMYK
RGB Variations
Color information
#D54FAC (or 0xD54FAC) is known color: Mulberry. HEX triplet: D5, 4F and AC. RGB value is (213,79,172). Sum of RGB (Red+Green+Blue) = 213+79+172=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FAC is #2AB053. Grayscale: #818181. Windows color (decimal): -2797652 or 11292629. OLE color: 11292629.
HSL color Cylindrical-coordinate representation of color #D54FAC: hue angle of 318.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FAC is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 172 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.16 |
| HSL | 318.36º | 0.61% | 0.57% | - |
| HSV(B) | 318.36º | 0.63% | 0.84% | - |
| XYZ | 37.68 | 22.72 | 41.43 | - |
| YUV | 129.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 172 | 0 | 0.63 | 0.19 | 0.16 | 318.36 | 0.61 | 0.57 |
| Hex | D5 | 4F | AC | 0 | 3F | 13 | 10 | 13E | 3D | 39 |
| Octal | 325 | 117 | 254 | 0 | 77 | 23 | 20 | 476 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10101100 | 0 | 111111 | 10011 | 10000 | 100111110 | 111101 | 111001 |
Color Harmonies of #D54FAC
Complementary color
Monochromatic Colors of #D54FAC
Black with #D54FAC
Text Example
Text Example
White with #D54FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FAC; }
p { color: rgb(213,79,172); }
H1.HeaderClassName
{
color: #D54FAC;
}
.AnyTagClassName
{
color: #D54FAC;
}
</style>
background-color css
<style>
a { background-color: #D54FAC; }
a { background-color: rgb(213,79,172); }
div.DivClassName
{
background-color: #D54FAC;
}
.BgClassName
{
background-color: #D54FAC;
}
</style>
border-color css
<style>
span { border-color: #D54FAC; }
span { border-color: rgb(213,79,172); }
td.TdClassName
{
border-color: #D54FAC;
}
.TagClassName
{
border-color: #D54FAC;
}
</style>