Shades of Mulberry #D5468D
Tints of Mulberry #D5468D
RGB
CMYK
RGB Variations
Color information
#D5468D (or 0xD5468D) is known color: Mulberry. HEX triplet: D5, 46 and 8D. RGB value is (213,70,141). Sum of RGB (Red+Green+Blue) = 213+70+141=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5468D is #2AB972. Grayscale: #787878. Windows color (decimal): -2799987 or 9258709. OLE color: 9258709.
HSL color Cylindrical-coordinate representation of color #D5468D: hue angle of 330.21º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5468D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 141 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.16 |
| HSL | 330.21º | 0.63% | 0.55% | - |
| HSV(B) | 330.21º | 0.67% | 0.84% | - |
| XYZ | 34.44 | 20.45 | 27.33 | - |
| YUV | 120.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 141 | 0 | 0.67 | 0.34 | 0.16 | 330.21 | 0.63 | 0.55 |
| Hex | D5 | 46 | 8D | 0 | 43 | 22 | 10 | 14A | 3F | 37 |
| Octal | 325 | 106 | 215 | 0 | 103 | 42 | 20 | 512 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10001101 | 0 | 1000011 | 100010 | 10000 | 101001010 | 111111 | 110111 |
Color Harmonies of #D5468D
Complementary color
Monochromatic Colors of #D5468D
Black with #D5468D
Text Example
Text Example
White with #D5468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5468D; }
p { color: rgb(213,70,141); }
H1.HeaderClassName
{
color: #D5468D;
}
.AnyTagClassName
{
color: #D5468D;
}
</style>
background-color css
<style>
a { background-color: #D5468D; }
a { background-color: rgb(213,70,141); }
div.DivClassName
{
background-color: #D5468D;
}
.BgClassName
{
background-color: #D5468D;
}
</style>
border-color css
<style>
span { border-color: #D5468D; }
span { border-color: rgb(213,70,141); }
td.TdClassName
{
border-color: #D5468D;
}
.TagClassName
{
border-color: #D5468D;
}
</style>