Shades of Mulberry #D04188
Tints of Mulberry #D04188
RGB
CMYK
RGB Variations
Color information
#D04188 (or 0xD04188) is known color: Mulberry. HEX triplet: D0, 41 and 88. RGB value is (208,65,136). Sum of RGB (Red+Green+Blue) = 208+65+136=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04188 is #2FBE77. Grayscale: #737373. Windows color (decimal): -3128952 or 8929744. OLE color: 8929744.
HSL color Cylindrical-coordinate representation of color #D04188: hue angle of 330.21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04188 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 136 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.18 |
| HSL | 330.21º | 0.6% | 0.54% | - |
| HSV(B) | 330.21º | 0.69% | 0.82% | - |
| XYZ | 32.35 | 18.97 | 25.25 | - |
| YUV | 115.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 136 | 0 | 0.69 | 0.35 | 0.18 | 330.21 | 0.6 | 0.54 |
| Hex | D0 | 41 | 88 | 0 | 45 | 23 | 12 | 14A | 3C | 36 |
| Octal | 320 | 101 | 210 | 0 | 105 | 43 | 22 | 512 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10001000 | 0 | 1000101 | 100011 | 10010 | 101001010 | 111100 | 110110 |
Color Harmonies of #D04188
Complementary color
Monochromatic Colors of #D04188
Black with #D04188
Text Example
Text Example
White with #D04188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04188; }
p { color: rgb(208,65,136); }
H1.HeaderClassName
{
color: #D04188;
}
.AnyTagClassName
{
color: #D04188;
}
</style>
background-color css
<style>
a { background-color: #D04188; }
a { background-color: rgb(208,65,136); }
div.DivClassName
{
background-color: #D04188;
}
.BgClassName
{
background-color: #D04188;
}
</style>
border-color css
<style>
span { border-color: #D04188; }
span { border-color: rgb(208,65,136); }
td.TdClassName
{
border-color: #D04188;
}
.TagClassName
{
border-color: #D04188;
}
</style>