Shades of Mulberry #D14F9F
Tints of Mulberry #D14F9F
RGB
CMYK
RGB Variations
Color information
#D14F9F (or 0xD14F9F) is known color: Mulberry. HEX triplet: D1, 4F and 9F. RGB value is (209,79,159). Sum of RGB (Red+Green+Blue) = 209+79+159=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14F9F is #2EB060. Grayscale: #7E7E7E. Windows color (decimal): -3059809 or 10440657. OLE color: 10440657.
HSL color Cylindrical-coordinate representation of color #D14F9F: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14F9F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 159 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.18 |
| HSL | 323.08º | 0.59% | 0.56% | - |
| HSV(B) | 323.08º | 0.62% | 0.82% | - |
| XYZ | 35.35 | 21.65 | 35.12 | - |
| YUV | 126.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 159 | 0 | 0.62 | 0.24 | 0.18 | 323.08 | 0.59 | 0.56 |
| Hex | D1 | 4F | 9F | 0 | 3E | 18 | 12 | 143 | 3B | 38 |
| Octal | 321 | 117 | 237 | 0 | 76 | 30 | 22 | 503 | 73 | 70 |
| Binary | 11010001 | 1001111 | 10011111 | 0 | 111110 | 11000 | 10010 | 101000011 | 111011 | 111000 |
Color Harmonies of #D14F9F
Complementary color
Monochromatic Colors of #D14F9F
Black with #D14F9F
Text Example
Text Example
White with #D14F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F9F; }
p { color: rgb(209,79,159); }
H1.HeaderClassName
{
color: #D14F9F;
}
.AnyTagClassName
{
color: #D14F9F;
}
</style>
background-color css
<style>
a { background-color: #D14F9F; }
a { background-color: rgb(209,79,159); }
div.DivClassName
{
background-color: #D14F9F;
}
.BgClassName
{
background-color: #D14F9F;
}
</style>
border-color css
<style>
span { border-color: #D14F9F; }
span { border-color: rgb(209,79,159); }
td.TdClassName
{
border-color: #D14F9F;
}
.TagClassName
{
border-color: #D14F9F;
}
</style>