Shades of Mulberry #D6488C
Tints of Mulberry #D6488C
RGB
CMYK
RGB Variations
Color information
#D6488C (or 0xD6488C) is known color: Mulberry. HEX triplet: D6, 48 and 8C. RGB value is (214,72,140). Sum of RGB (Red+Green+Blue) = 214+72+140=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6488C is #29B773. Grayscale: #7A7A7A. Windows color (decimal): -2733940 or 9193686. OLE color: 9193686.
HSL color Cylindrical-coordinate representation of color #D6488C: hue angle of 331.27º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6488C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 140 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.16 |
| HSL | 331.27º | 0.63% | 0.56% | - |
| HSV(B) | 331.27º | 0.66% | 0.84% | - |
| XYZ | 34.78 | 20.82 | 27 | - |
| YUV | 122.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 140 | 0 | 0.66 | 0.35 | 0.16 | 331.27 | 0.63 | 0.56 |
| Hex | D6 | 48 | 8C | 0 | 42 | 23 | 10 | 14B | 3F | 38 |
| Octal | 326 | 110 | 214 | 0 | 102 | 43 | 20 | 513 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10001100 | 0 | 1000010 | 100011 | 10000 | 101001011 | 111111 | 111000 |
Color Harmonies of #D6488C
Complementary color
Monochromatic Colors of #D6488C
Black with #D6488C
Text Example
Text Example
White with #D6488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6488C; }
p { color: rgb(214,72,140); }
H1.HeaderClassName
{
color: #D6488C;
}
.AnyTagClassName
{
color: #D6488C;
}
</style>
background-color css
<style>
a { background-color: #D6488C; }
a { background-color: rgb(214,72,140); }
div.DivClassName
{
background-color: #D6488C;
}
.BgClassName
{
background-color: #D6488C;
}
</style>
border-color css
<style>
span { border-color: #D6488C; }
span { border-color: rgb(214,72,140); }
td.TdClassName
{
border-color: #D6488C;
}
.TagClassName
{
border-color: #D6488C;
}
</style>