Shades of Mulberry #D14298
Tints of Mulberry #D14298
RGB
CMYK
RGB Variations
Color information
#D14298 (or 0xD14298) is known color: Mulberry. HEX triplet: D1, 42 and 98. RGB value is (209,66,152). Sum of RGB (Red+Green+Blue) = 209+66+152=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D14298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14298 is #2EBD67. Grayscale: #767676. Windows color (decimal): -3063144 or 9978577. OLE color: 9978577.
HSL color Cylindrical-coordinate representation of color #D14298: hue angle of 323.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14298 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 152 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.18 |
| HSL | 323.92º | 0.61% | 0.54% | - |
| HSV(B) | 323.92º | 0.68% | 0.82% | - |
| XYZ | 33.91 | 19.72 | 31.72 | - |
| YUV | 118.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 152 | 0 | 0.68 | 0.27 | 0.18 | 323.92 | 0.61 | 0.54 |
| Hex | D1 | 42 | 98 | 0 | 44 | 1B | 12 | 144 | 3D | 36 |
| Octal | 321 | 102 | 230 | 0 | 104 | 33 | 22 | 504 | 75 | 66 |
| Binary | 11010001 | 1000010 | 10011000 | 0 | 1000100 | 11011 | 10010 | 101000100 | 111101 | 110110 |
Color Harmonies of #D14298
Complementary color
Monochromatic Colors of #D14298
Black with #D14298
Text Example
Text Example
White with #D14298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14298; }
p { color: rgb(209,66,152); }
H1.HeaderClassName
{
color: #D14298;
}
.AnyTagClassName
{
color: #D14298;
}
</style>
background-color css
<style>
a { background-color: #D14298; }
a { background-color: rgb(209,66,152); }
div.DivClassName
{
background-color: #D14298;
}
.BgClassName
{
background-color: #D14298;
}
</style>
border-color css
<style>
span { border-color: #D14298; }
span { border-color: rgb(209,66,152); }
td.TdClassName
{
border-color: #D14298;
}
.TagClassName
{
border-color: #D14298;
}
</style>