Shades of Mulberry #D5419D
Tints of Mulberry #D5419D
RGB
CMYK
RGB Variations
Color information
#D5419D (or 0xD5419D) is known color: Mulberry. HEX triplet: D5, 41 and 9D. RGB value is (213,65,157). Sum of RGB (Red+Green+Blue) = 213+65+157=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5419D is #2ABE62. Grayscale: #777777. Windows color (decimal): -2801251 or 10306005. OLE color: 10306005.
HSL color Cylindrical-coordinate representation of color #D5419D: hue angle of 322.7º 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 #D5419D is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 157 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.16 |
| HSL | 322.7º | 0.64% | 0.55% | - |
| HSV(B) | 322.7º | 0.69% | 0.84% | - |
| XYZ | 35.42 | 20.36 | 33.96 | - |
| YUV | 119.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 157 | 0 | 0.69 | 0.26 | 0.16 | 322.7 | 0.64 | 0.55 |
| Hex | D5 | 41 | 9D | 0 | 45 | 1A | 10 | 143 | 40 | 37 |
| Octal | 325 | 101 | 235 | 0 | 105 | 32 | 20 | 503 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10011101 | 0 | 1000101 | 11010 | 10000 | 101000011 | 1000000 | 110111 |
Color Harmonies of #D5419D
Complementary color
Monochromatic Colors of #D5419D
Black with #D5419D
Text Example
Text Example
White with #D5419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5419D; }
p { color: rgb(213,65,157); }
H1.HeaderClassName
{
color: #D5419D;
}
.AnyTagClassName
{
color: #D5419D;
}
</style>
background-color css
<style>
a { background-color: #D5419D; }
a { background-color: rgb(213,65,157); }
div.DivClassName
{
background-color: #D5419D;
}
.BgClassName
{
background-color: #D5419D;
}
</style>
border-color css
<style>
span { border-color: #D5419D; }
span { border-color: rgb(213,65,157); }
td.TdClassName
{
border-color: #D5419D;
}
.TagClassName
{
border-color: #D5419D;
}
</style>