Shades of Mulberry #D6488F
Tints of Mulberry #D6488F
RGB
CMYK
RGB Variations
Color information
#D6488F (or 0xD6488F) is known color: Mulberry. HEX triplet: D6, 48 and 8F. RGB value is (214,72,143). Sum of RGB (Red+Green+Blue) = 214+72+143=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6488F is #29B770. Grayscale: #7A7A7A. Windows color (decimal): -2733937 or 9390294. OLE color: 9390294.
HSL color Cylindrical-coordinate representation of color #D6488F: hue angle of 330º 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 #D6488F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 143 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.16 |
| HSL | 330º | 0.63% | 0.56% | - |
| HSV(B) | 330º | 0.66% | 0.84% | - |
| XYZ | 35.01 | 20.91 | 28.18 | - |
| YUV | 122.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 143 | 0 | 0.66 | 0.33 | 0.16 | 330 | 0.63 | 0.56 |
| Hex | D6 | 48 | 8F | 0 | 42 | 21 | 10 | 14A | 3F | 38 |
| Octal | 326 | 110 | 217 | 0 | 102 | 41 | 20 | 512 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10001111 | 0 | 1000010 | 100001 | 10000 | 101001010 | 111111 | 111000 |
Color Harmonies of #D6488F
Complementary color
Monochromatic Colors of #D6488F
Black with #D6488F
Text Example
Text Example
White with #D6488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6488F; }
p { color: rgb(214,72,143); }
H1.HeaderClassName
{
color: #D6488F;
}
.AnyTagClassName
{
color: #D6488F;
}
</style>
background-color css
<style>
a { background-color: #D6488F; }
a { background-color: rgb(214,72,143); }
div.DivClassName
{
background-color: #D6488F;
}
.BgClassName
{
background-color: #D6488F;
}
</style>
border-color css
<style>
span { border-color: #D6488F; }
span { border-color: rgb(214,72,143); }
td.TdClassName
{
border-color: #D6488F;
}
.TagClassName
{
border-color: #D6488F;
}
</style>