Shades of Mulberry #D454A0
Tints of Mulberry #D454A0
RGB
CMYK
RGB Variations
Color information
#D454A0 (or 0xD454A0) is known color: Mulberry. HEX triplet: D4, 54 and A0. RGB value is (212,84,160). Sum of RGB (Red+Green+Blue) = 212+84+160=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D454A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D454A0 is #2BAB5F. Grayscale: #828282. Windows color (decimal): -2861920 or 10507476. OLE color: 10507476.
HSL color Cylindrical-coordinate representation of color #D454A0: hue angle of 324.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D454A0 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 160 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.17 |
| HSL | 324.38º | 0.6% | 0.58% | - |
| HSV(B) | 324.38º | 0.6% | 0.83% | - |
| XYZ | 36.67 | 22.88 | 35.74 | - |
| YUV | 130.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 160 | 0 | 0.60 | 0.25 | 0.17 | 324.38 | 0.6 | 0.58 |
| Hex | D4 | 54 | A0 | 0 | 3C | 19 | 11 | 144 | 3C | 3A |
| Octal | 324 | 124 | 240 | 0 | 74 | 31 | 21 | 504 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10100000 | 0 | 111100 | 11001 | 10001 | 101000100 | 111100 | 111010 |
Color Harmonies of #D454A0
Complementary color
Monochromatic Colors of #D454A0
Black with #D454A0
Text Example
Text Example
White with #D454A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454A0; }
p { color: rgb(212,84,160); }
H1.HeaderClassName
{
color: #D454A0;
}
.AnyTagClassName
{
color: #D454A0;
}
</style>
background-color css
<style>
a { background-color: #D454A0; }
a { background-color: rgb(212,84,160); }
div.DivClassName
{
background-color: #D454A0;
}
.BgClassName
{
background-color: #D454A0;
}
</style>
border-color css
<style>
span { border-color: #D454A0; }
span { border-color: rgb(212,84,160); }
td.TdClassName
{
border-color: #D454A0;
}
.TagClassName
{
border-color: #D454A0;
}
</style>