Shades of Mulberry #D54A90
Tints of Mulberry #D54A90
RGB
CMYK
RGB Variations
Color information
#D54A90 (or 0xD54A90) is known color: Mulberry. HEX triplet: D5, 4A and 90. RGB value is (213,74,144). Sum of RGB (Red+Green+Blue) = 213+74+144=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A90 is #2AB56F. Grayscale: #7B7B7B. Windows color (decimal): -2798960 or 9456341. OLE color: 9456341.
HSL color Cylindrical-coordinate representation of color #D54A90: hue angle of 329.78º 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 #D54A90 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 144 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.16 |
| HSL | 329.78º | 0.62% | 0.56% | - |
| HSV(B) | 329.78º | 0.65% | 0.84% | - |
| XYZ | 34.92 | 21.06 | 28.61 | - |
| YUV | 123.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 144 | 0 | 0.65 | 0.32 | 0.16 | 329.78 | 0.62 | 0.56 |
| Hex | D5 | 4A | 90 | 0 | 41 | 20 | 10 | 14A | 3E | 38 |
| Octal | 325 | 112 | 220 | 0 | 101 | 40 | 20 | 512 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10010000 | 0 | 1000001 | 100000 | 10000 | 101001010 | 111110 | 111000 |
Color Harmonies of #D54A90
Complementary color
Monochromatic Colors of #D54A90
Black with #D54A90
Text Example
Text Example
White with #D54A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A90; }
p { color: rgb(213,74,144); }
H1.HeaderClassName
{
color: #D54A90;
}
.AnyTagClassName
{
color: #D54A90;
}
</style>
background-color css
<style>
a { background-color: #D54A90; }
a { background-color: rgb(213,74,144); }
div.DivClassName
{
background-color: #D54A90;
}
.BgClassName
{
background-color: #D54A90;
}
</style>
border-color css
<style>
span { border-color: #D54A90; }
span { border-color: rgb(213,74,144); }
td.TdClassName
{
border-color: #D54A90;
}
.TagClassName
{
border-color: #D54A90;
}
</style>