Shades of Mulberry #D04597
Tints of Mulberry #D04597
RGB
CMYK
RGB Variations
Color information
#D04597 (or 0xD04597) is known color: Mulberry. HEX triplet: D0, 45 and 97. RGB value is (208,69,151). Sum of RGB (Red+Green+Blue) = 208+69+151=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D04597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04597 is #2FBA68. Grayscale: #777777. Windows color (decimal): -3127913 or 9913808. OLE color: 9913808.
HSL color Cylindrical-coordinate representation of color #D04597: hue angle of 324.6º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04597 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 151 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.18 |
| HSL | 324.6º | 0.6% | 0.54% | - |
| HSV(B) | 324.6º | 0.67% | 0.82% | - |
| XYZ | 33.73 | 19.9 | 31.34 | - |
| YUV | 119.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 151 | 0 | 0.67 | 0.27 | 0.18 | 324.6 | 0.6 | 0.54 |
| Hex | D0 | 45 | 97 | 0 | 43 | 1B | 12 | 145 | 3C | 36 |
| Octal | 320 | 105 | 227 | 0 | 103 | 33 | 22 | 505 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10010111 | 0 | 1000011 | 11011 | 10010 | 101000101 | 111100 | 110110 |
Color Harmonies of #D04597
Complementary color
Monochromatic Colors of #D04597
Black with #D04597
Text Example
Text Example
White with #D04597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04597; }
p { color: rgb(208,69,151); }
H1.HeaderClassName
{
color: #D04597;
}
.AnyTagClassName
{
color: #D04597;
}
</style>
background-color css
<style>
a { background-color: #D04597; }
a { background-color: rgb(208,69,151); }
div.DivClassName
{
background-color: #D04597;
}
.BgClassName
{
background-color: #D04597;
}
</style>
border-color css
<style>
span { border-color: #D04597; }
span { border-color: rgb(208,69,151); }
td.TdClassName
{
border-color: #D04597;
}
.TagClassName
{
border-color: #D04597;
}
</style>