Shades of Mulberry #D5468C
Tints of Mulberry #D5468C
RGB
CMYK
RGB Variations
Color information
#D5468C (or 0xD5468C) is known color: Mulberry. HEX triplet: D5, 46 and 8C. RGB value is (213,70,140). Sum of RGB (Red+Green+Blue) = 213+70+140=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5468C is #2AB973. Grayscale: #787878. Windows color (decimal): -2799988 or 9193173. OLE color: 9193173.
HSL color Cylindrical-coordinate representation of color #D5468C: hue angle of 330.63º 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 #D5468C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 140 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.16 |
| HSL | 330.63º | 0.63% | 0.55% | - |
| HSV(B) | 330.63º | 0.67% | 0.84% | - |
| XYZ | 34.36 | 20.42 | 26.94 | - |
| YUV | 120.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 140 | 0 | 0.67 | 0.34 | 0.16 | 330.63 | 0.63 | 0.55 |
| Hex | D5 | 46 | 8C | 0 | 43 | 22 | 10 | 14B | 3F | 37 |
| Octal | 325 | 106 | 214 | 0 | 103 | 42 | 20 | 513 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10001100 | 0 | 1000011 | 100010 | 10000 | 101001011 | 111111 | 110111 |
Color Harmonies of #D5468C
Complementary color
Monochromatic Colors of #D5468C
Black with #D5468C
Text Example
Text Example
White with #D5468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5468C; }
p { color: rgb(213,70,140); }
H1.HeaderClassName
{
color: #D5468C;
}
.AnyTagClassName
{
color: #D5468C;
}
</style>
background-color css
<style>
a { background-color: #D5468C; }
a { background-color: rgb(213,70,140); }
div.DivClassName
{
background-color: #D5468C;
}
.BgClassName
{
background-color: #D5468C;
}
</style>
border-color css
<style>
span { border-color: #D5468C; }
span { border-color: rgb(213,70,140); }
td.TdClassName
{
border-color: #D5468C;
}
.TagClassName
{
border-color: #D5468C;
}
</style>