Shades of Mulberry #D14792
Tints of Mulberry #D14792
RGB
CMYK
RGB Variations
Color information
#D14792 (or 0xD14792) is known color: Mulberry. HEX triplet: D1, 47 and 92. RGB value is (209,71,146). Sum of RGB (Red+Green+Blue) = 209+71+146=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D14792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14792 is #2EB86D. Grayscale: #787878. Windows color (decimal): -3061870 or 9586641. OLE color: 9586641.
HSL color Cylindrical-coordinate representation of color #D14792: hue angle of 327.39º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14792 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 146 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.18 |
| HSL | 327.39º | 0.6% | 0.55% | - |
| HSV(B) | 327.39º | 0.66% | 0.82% | - |
| XYZ | 33.74 | 20.14 | 29.3 | - |
| YUV | 120.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 146 | 0 | 0.66 | 0.30 | 0.18 | 327.39 | 0.6 | 0.55 |
| Hex | D1 | 47 | 92 | 0 | 42 | 1E | 12 | 147 | 3C | 37 |
| Octal | 321 | 107 | 222 | 0 | 102 | 36 | 22 | 507 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10010010 | 0 | 1000010 | 11110 | 10010 | 101000111 | 111100 | 110111 |
Color Harmonies of #D14792
Complementary color
Monochromatic Colors of #D14792
Black with #D14792
Text Example
Text Example
White with #D14792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14792; }
p { color: rgb(209,71,146); }
H1.HeaderClassName
{
color: #D14792;
}
.AnyTagClassName
{
color: #D14792;
}
</style>
background-color css
<style>
a { background-color: #D14792; }
a { background-color: rgb(209,71,146); }
div.DivClassName
{
background-color: #D14792;
}
.BgClassName
{
background-color: #D14792;
}
</style>
border-color css
<style>
span { border-color: #D14792; }
span { border-color: rgb(209,71,146); }
td.TdClassName
{
border-color: #D14792;
}
.TagClassName
{
border-color: #D14792;
}
</style>