Shades of Mulberry #D6489A
Tints of Mulberry #D6489A
RGB
CMYK
RGB Variations
Color information
#D6489A (or 0xD6489A) is known color: Mulberry. HEX triplet: D6, 48 and 9A. RGB value is (214,72,154). Sum of RGB (Red+Green+Blue) = 214+72+154=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6489A is #29B765. Grayscale: #7B7B7B. Windows color (decimal): -2733926 or 10111190. OLE color: 10111190.
HSL color Cylindrical-coordinate representation of color #D6489A: hue angle of 325.35º 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 #D6489A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 154 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.16 |
| HSL | 325.35º | 0.63% | 0.56% | - |
| HSV(B) | 325.35º | 0.66% | 0.84% | - |
| XYZ | 35.88 | 21.26 | 32.79 | - |
| YUV | 123.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 154 | 0 | 0.66 | 0.28 | 0.16 | 325.35 | 0.63 | 0.56 |
| Hex | D6 | 48 | 9A | 0 | 42 | 1C | 10 | 145 | 3F | 38 |
| Octal | 326 | 110 | 232 | 0 | 102 | 34 | 20 | 505 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10011010 | 0 | 1000010 | 11100 | 10000 | 101000101 | 111111 | 111000 |
Color Harmonies of #D6489A
Complementary color
Monochromatic Colors of #D6489A
Black with #D6489A
Text Example
Text Example
White with #D6489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6489A; }
p { color: rgb(214,72,154); }
H1.HeaderClassName
{
color: #D6489A;
}
.AnyTagClassName
{
color: #D6489A;
}
</style>
background-color css
<style>
a { background-color: #D6489A; }
a { background-color: rgb(214,72,154); }
div.DivClassName
{
background-color: #D6489A;
}
.BgClassName
{
background-color: #D6489A;
}
</style>
border-color css
<style>
span { border-color: #D6489A; }
span { border-color: rgb(214,72,154); }
td.TdClassName
{
border-color: #D6489A;
}
.TagClassName
{
border-color: #D6489A;
}
</style>