Shades of Mulberry #D04E90
Tints of Mulberry #D04E90
RGB
CMYK
RGB Variations
Color information
#D04E90 (or 0xD04E90) is known color: Mulberry. HEX triplet: D0, 4E and 90. RGB value is (208,78,144). Sum of RGB (Red+Green+Blue) = 208+78+144=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E90 is #2FB16F. Grayscale: #7C7C7C. Windows color (decimal): -3125616 or 9457360. OLE color: 9457360.
HSL color Cylindrical-coordinate representation of color #D04E90: hue angle of 329.54º degrees, saturation: 0.58, 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 #D04E90 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 144 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.18 |
| HSL | 329.54º | 0.58% | 0.56% | - |
| HSV(B) | 329.54º | 0.63% | 0.82% | - |
| XYZ | 33.77 | 20.87 | 28.63 | - |
| YUV | 124.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 144 | 0 | 0.62 | 0.31 | 0.18 | 329.54 | 0.58 | 0.56 |
| Hex | D0 | 4E | 90 | 0 | 3E | 1F | 12 | 14A | 3A | 38 |
| Octal | 320 | 116 | 220 | 0 | 76 | 37 | 22 | 512 | 72 | 70 |
| Binary | 11010000 | 1001110 | 10010000 | 0 | 111110 | 11111 | 10010 | 101001010 | 111010 | 111000 |
Color Harmonies of #D04E90
Complementary color
Monochromatic Colors of #D04E90
Black with #D04E90
Text Example
Text Example
White with #D04E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E90; }
p { color: rgb(208,78,144); }
H1.HeaderClassName
{
color: #D04E90;
}
.AnyTagClassName
{
color: #D04E90;
}
</style>
background-color css
<style>
a { background-color: #D04E90; }
a { background-color: rgb(208,78,144); }
div.DivClassName
{
background-color: #D04E90;
}
.BgClassName
{
background-color: #D04E90;
}
</style>
border-color css
<style>
span { border-color: #D04E90; }
span { border-color: rgb(208,78,144); }
td.TdClassName
{
border-color: #D04E90;
}
.TagClassName
{
border-color: #D04E90;
}
</style>