Shades of Mulberry #D14598
Tints of Mulberry #D14598
RGB
CMYK
RGB Variations
Color information
#D14598 (or 0xD14598) is known color: Mulberry. HEX triplet: D1, 45 and 98. RGB value is (209,69,152). Sum of RGB (Red+Green+Blue) = 209+69+152=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D14598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14598 is #2EBA67. Grayscale: #787878. Windows color (decimal): -3062376 or 9979345. OLE color: 9979345.
HSL color Cylindrical-coordinate representation of color #D14598: hue angle of 324.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14598 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 152 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.18 |
| HSL | 324.43º | 0.6% | 0.55% | - |
| HSV(B) | 324.43º | 0.67% | 0.82% | - |
| XYZ | 34.09 | 20.08 | 31.78 | - |
| YUV | 120.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 152 | 0 | 0.67 | 0.27 | 0.18 | 324.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 98 | 0 | 43 | 1B | 12 | 144 | 3C | 37 |
| Octal | 321 | 105 | 230 | 0 | 103 | 33 | 22 | 504 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10011000 | 0 | 1000011 | 11011 | 10010 | 101000100 | 111100 | 110111 |
Color Harmonies of #D14598
Complementary color
Monochromatic Colors of #D14598
Black with #D14598
Text Example
Text Example
White with #D14598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14598; }
p { color: rgb(209,69,152); }
H1.HeaderClassName
{
color: #D14598;
}
.AnyTagClassName
{
color: #D14598;
}
</style>
background-color css
<style>
a { background-color: #D14598; }
a { background-color: rgb(209,69,152); }
div.DivClassName
{
background-color: #D14598;
}
.BgClassName
{
background-color: #D14598;
}
</style>
border-color css
<style>
span { border-color: #D14598; }
span { border-color: rgb(209,69,152); }
td.TdClassName
{
border-color: #D14598;
}
.TagClassName
{
border-color: #D14598;
}
</style>