Shades of Mulberry #D2518C
Tints of Mulberry #D2518C
RGB
CMYK
RGB Variations
Color information
#D2518C (or 0xD2518C) is known color: Mulberry. HEX triplet: D2, 51 and 8C. RGB value is (210,81,140). Sum of RGB (Red+Green+Blue) = 210+81+140=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2518C is #2DAE73. Grayscale: #7E7E7E. Windows color (decimal): -2993780 or 9195986. OLE color: 9195986.
HSL color Cylindrical-coordinate representation of color #D2518C: hue angle of 332.56º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2518C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 140 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.18 |
| HSL | 332.56º | 0.59% | 0.57% | - |
| HSV(B) | 332.56º | 0.61% | 0.82% | - |
| XYZ | 34.25 | 21.48 | 27.15 | - |
| YUV | 126.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 140 | 0 | 0.61 | 0.33 | 0.18 | 332.56 | 0.59 | 0.57 |
| Hex | D2 | 51 | 8C | 0 | 3D | 21 | 12 | 14D | 3B | 39 |
| Octal | 322 | 121 | 214 | 0 | 75 | 41 | 22 | 515 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10001100 | 0 | 111101 | 100001 | 10010 | 101001101 | 111011 | 111001 |
Color Harmonies of #D2518C
Complementary color
Monochromatic Colors of #D2518C
Black with #D2518C
Text Example
Text Example
White with #D2518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2518C; }
p { color: rgb(210,81,140); }
H1.HeaderClassName
{
color: #D2518C;
}
.AnyTagClassName
{
color: #D2518C;
}
</style>
background-color css
<style>
a { background-color: #D2518C; }
a { background-color: rgb(210,81,140); }
div.DivClassName
{
background-color: #D2518C;
}
.BgClassName
{
background-color: #D2518C;
}
</style>
border-color css
<style>
span { border-color: #D2518C; }
span { border-color: rgb(210,81,140); }
td.TdClassName
{
border-color: #D2518C;
}
.TagClassName
{
border-color: #D2518C;
}
</style>