Shades of Mulberry #D54AAC
Tints of Mulberry #D54AAC
RGB
CMYK
RGB Variations
Color information
#D54AAC (or 0xD54AAC) is known color: Mulberry. HEX triplet: D5, 4A and AC. RGB value is (213,74,172). Sum of RGB (Red+Green+Blue) = 213+74+172=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AAC is #2AB553. Grayscale: #7E7E7E. Windows color (decimal): -2798932 or 11291349. OLE color: 11291349.
HSL color Cylindrical-coordinate representation of color #D54AAC: hue angle of 317.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AAC is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 172 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.16 |
| HSL | 317.7º | 0.62% | 0.56% | - |
| HSV(B) | 317.7º | 0.65% | 0.84% | - |
| XYZ | 37.34 | 22.02 | 41.31 | - |
| YUV | 126.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 172 | 0 | 0.65 | 0.19 | 0.16 | 317.7 | 0.62 | 0.56 |
| Hex | D5 | 4A | AC | 0 | 41 | 13 | 10 | 13E | 3E | 38 |
| Octal | 325 | 112 | 254 | 0 | 101 | 23 | 20 | 476 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10101100 | 0 | 1000001 | 10011 | 10000 | 100111110 | 111110 | 111000 |
Color Harmonies of #D54AAC
Complementary color
Monochromatic Colors of #D54AAC
Black with #D54AAC
Text Example
Text Example
White with #D54AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AAC; }
p { color: rgb(213,74,172); }
H1.HeaderClassName
{
color: #D54AAC;
}
.AnyTagClassName
{
color: #D54AAC;
}
</style>
background-color css
<style>
a { background-color: #D54AAC; }
a { background-color: rgb(213,74,172); }
div.DivClassName
{
background-color: #D54AAC;
}
.BgClassName
{
background-color: #D54AAC;
}
</style>
border-color css
<style>
span { border-color: #D54AAC; }
span { border-color: rgb(213,74,172); }
td.TdClassName
{
border-color: #D54AAC;
}
.TagClassName
{
border-color: #D54AAC;
}
</style>