Shades of Mulberry #D5489C
Tints of Mulberry #D5489C
RGB
CMYK
RGB Variations
Color information
#D5489C (or 0xD5489C) is known color: Mulberry. HEX triplet: D5, 48 and 9C. RGB value is (213,72,156). Sum of RGB (Red+Green+Blue) = 213+72+156=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5489C is #2AB763. Grayscale: #7B7B7B. Windows color (decimal): -2799460 or 10242261. OLE color: 10242261.
HSL color Cylindrical-coordinate representation of color #D5489C: hue angle of 324.26º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5489C is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 156 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.16 |
| HSL | 324.26º | 0.63% | 0.56% | - |
| HSV(B) | 324.26º | 0.66% | 0.84% | - |
| XYZ | 35.76 | 21.18 | 33.66 | - |
| YUV | 123.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 156 | 0 | 0.66 | 0.27 | 0.16 | 324.26 | 0.63 | 0.56 |
| Hex | D5 | 48 | 9C | 0 | 42 | 1B | 10 | 144 | 3F | 38 |
| Octal | 325 | 110 | 234 | 0 | 102 | 33 | 20 | 504 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10011100 | 0 | 1000010 | 11011 | 10000 | 101000100 | 111111 | 111000 |
Color Harmonies of #D5489C
Complementary color
Monochromatic Colors of #D5489C
Black with #D5489C
Text Example
Text Example
White with #D5489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5489C; }
p { color: rgb(213,72,156); }
H1.HeaderClassName
{
color: #D5489C;
}
.AnyTagClassName
{
color: #D5489C;
}
</style>
background-color css
<style>
a { background-color: #D5489C; }
a { background-color: rgb(213,72,156); }
div.DivClassName
{
background-color: #D5489C;
}
.BgClassName
{
background-color: #D5489C;
}
</style>
border-color css
<style>
span { border-color: #D5489C; }
span { border-color: rgb(213,72,156); }
td.TdClassName
{
border-color: #D5489C;
}
.TagClassName
{
border-color: #D5489C;
}
</style>