Shades of Mulberry #D54FA5
Tints of Mulberry #D54FA5
RGB
CMYK
RGB Variations
Color information
#D54FA5 (or 0xD54FA5) is known color: Mulberry. HEX triplet: D5, 4F and A5. RGB value is (213,79,165). Sum of RGB (Red+Green+Blue) = 213+79+165=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FA5 is #2AB05A. Grayscale: #808080. Windows color (decimal): -2797659 or 10833877. OLE color: 10833877.
HSL color Cylindrical-coordinate representation of color #D54FA5: hue angle of 321.49º 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 #D54FA5 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 165 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.16 |
| HSL | 321.49º | 0.61% | 0.57% | - |
| HSV(B) | 321.49º | 0.63% | 0.84% | - |
| XYZ | 37.03 | 22.45 | 37.98 | - |
| YUV | 128.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 165 | 0 | 0.63 | 0.23 | 0.16 | 321.49 | 0.61 | 0.57 |
| Hex | D5 | 4F | A5 | 0 | 3F | 17 | 10 | 141 | 3D | 39 |
| Octal | 325 | 117 | 245 | 0 | 77 | 27 | 20 | 501 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10100101 | 0 | 111111 | 10111 | 10000 | 101000001 | 111101 | 111001 |
Color Harmonies of #D54FA5
Complementary color
Monochromatic Colors of #D54FA5
Black with #D54FA5
Text Example
Text Example
White with #D54FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FA5; }
p { color: rgb(213,79,165); }
H1.HeaderClassName
{
color: #D54FA5;
}
.AnyTagClassName
{
color: #D54FA5;
}
</style>
background-color css
<style>
a { background-color: #D54FA5; }
a { background-color: rgb(213,79,165); }
div.DivClassName
{
background-color: #D54FA5;
}
.BgClassName
{
background-color: #D54FA5;
}
</style>
border-color css
<style>
span { border-color: #D54FA5; }
span { border-color: rgb(213,79,165); }
td.TdClassName
{
border-color: #D54FA5;
}
.TagClassName
{
border-color: #D54FA5;
}
</style>