Shades of Mulberry #D5438E
Tints of Mulberry #D5438E
RGB
CMYK
RGB Variations
Color information
#D5438E (or 0xD5438E) is known color: Mulberry. HEX triplet: D5, 43 and 8E. RGB value is (213,67,142). Sum of RGB (Red+Green+Blue) = 213+67+142=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5438E is #2ABC71. Grayscale: #777777. Windows color (decimal): -2800754 or 9323477. OLE color: 9323477.
HSL color Cylindrical-coordinate representation of color #D5438E: hue angle of 329.18º 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 #D5438E is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 142 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.16 |
| HSL | 329.18º | 0.63% | 0.55% | - |
| HSV(B) | 329.18º | 0.69% | 0.84% | - |
| XYZ | 34.33 | 20.11 | 27.66 | - |
| YUV | 119.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 142 | 0 | 0.69 | 0.33 | 0.16 | 329.18 | 0.63 | 0.55 |
| Hex | D5 | 43 | 8E | 0 | 45 | 21 | 10 | 149 | 3F | 37 |
| Octal | 325 | 103 | 216 | 0 | 105 | 41 | 20 | 511 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10001110 | 0 | 1000101 | 100001 | 10000 | 101001001 | 111111 | 110111 |
Color Harmonies of #D5438E
Complementary color
Monochromatic Colors of #D5438E
Black with #D5438E
Text Example
Text Example
White with #D5438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5438E; }
p { color: rgb(213,67,142); }
H1.HeaderClassName
{
color: #D5438E;
}
.AnyTagClassName
{
color: #D5438E;
}
</style>
background-color css
<style>
a { background-color: #D5438E; }
a { background-color: rgb(213,67,142); }
div.DivClassName
{
background-color: #D5438E;
}
.BgClassName
{
background-color: #D5438E;
}
</style>
border-color css
<style>
span { border-color: #D5438E; }
span { border-color: rgb(213,67,142); }
td.TdClassName
{
border-color: #D5438E;
}
.TagClassName
{
border-color: #D5438E;
}
</style>