Shades of Mulberry #D5429E
Tints of Mulberry #D5429E
RGB
CMYK
RGB Variations
Color information
#D5429E (or 0xD5429E) is known color: Mulberry. HEX triplet: D5, 42 and 9E. RGB value is (213,66,158). Sum of RGB (Red+Green+Blue) = 213+66+158=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5429E is #2ABD61. Grayscale: #787878. Windows color (decimal): -2800994 or 10371797. OLE color: 10371797.
HSL color Cylindrical-coordinate representation of color #D5429E: hue angle of 322.45º degrees, saturation: 0.64, 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 #D5429E is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 158 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.16 |
| HSL | 322.45º | 0.64% | 0.55% | - |
| HSV(B) | 322.45º | 0.69% | 0.84% | - |
| XYZ | 35.56 | 20.51 | 34.43 | - |
| YUV | 120.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 158 | 0 | 0.69 | 0.26 | 0.16 | 322.45 | 0.64 | 0.55 |
| Hex | D5 | 42 | 9E | 0 | 45 | 1A | 10 | 142 | 40 | 37 |
| Octal | 325 | 102 | 236 | 0 | 105 | 32 | 20 | 502 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10011110 | 0 | 1000101 | 11010 | 10000 | 101000010 | 1000000 | 110111 |
Color Harmonies of #D5429E
Complementary color
Monochromatic Colors of #D5429E
Black with #D5429E
Text Example
Text Example
White with #D5429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5429E; }
p { color: rgb(213,66,158); }
H1.HeaderClassName
{
color: #D5429E;
}
.AnyTagClassName
{
color: #D5429E;
}
</style>
background-color css
<style>
a { background-color: #D5429E; }
a { background-color: rgb(213,66,158); }
div.DivClassName
{
background-color: #D5429E;
}
.BgClassName
{
background-color: #D5429E;
}
</style>
border-color css
<style>
span { border-color: #D5429E; }
span { border-color: rgb(213,66,158); }
td.TdClassName
{
border-color: #D5429E;
}
.TagClassName
{
border-color: #D5429E;
}
</style>