Shades of Mulberry #D5439C
Tints of Mulberry #D5439C
RGB
CMYK
RGB Variations
Color information
#D5439C (or 0xD5439C) is known color: Mulberry. HEX triplet: D5, 43 and 9C. RGB value is (213,67,156). Sum of RGB (Red+Green+Blue) = 213+67+156=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5439C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5439C is #2ABC63. Grayscale: #787878. Windows color (decimal): -2800740 or 10240981. OLE color: 10240981.
HSL color Cylindrical-coordinate representation of color #D5439C: hue angle of 323.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5439C is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 156 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.16 |
| HSL | 323.42º | 0.63% | 0.55% | - |
| HSV(B) | 323.42º | 0.69% | 0.84% | - |
| XYZ | 35.45 | 20.56 | 33.55 | - |
| YUV | 120.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 156 | 0 | 0.69 | 0.27 | 0.16 | 323.42 | 0.63 | 0.55 |
| Hex | D5 | 43 | 9C | 0 | 45 | 1B | 10 | 143 | 3F | 37 |
| Octal | 325 | 103 | 234 | 0 | 105 | 33 | 20 | 503 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10011100 | 0 | 1000101 | 11011 | 10000 | 101000011 | 111111 | 110111 |
Color Harmonies of #D5439C
Complementary color
Monochromatic Colors of #D5439C
Black with #D5439C
Text Example
Text Example
White with #D5439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5439C; }
p { color: rgb(213,67,156); }
H1.HeaderClassName
{
color: #D5439C;
}
.AnyTagClassName
{
color: #D5439C;
}
</style>
background-color css
<style>
a { background-color: #D5439C; }
a { background-color: rgb(213,67,156); }
div.DivClassName
{
background-color: #D5439C;
}
.BgClassName
{
background-color: #D5439C;
}
</style>
border-color css
<style>
span { border-color: #D5439C; }
span { border-color: rgb(213,67,156); }
td.TdClassName
{
border-color: #D5439C;
}
.TagClassName
{
border-color: #D5439C;
}
</style>