Shades of Mulberry #D24D90
Tints of Mulberry #D24D90
RGB
CMYK
RGB Variations
Color information
#D24D90 (or 0xD24D90) is known color: Mulberry. HEX triplet: D2, 4D and 90. RGB value is (210,77,144). Sum of RGB (Red+Green+Blue) = 210+77+144=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D90 is #2DB26F. Grayscale: #7C7C7C. Windows color (decimal): -2994800 or 9457106. OLE color: 9457106.
HSL color Cylindrical-coordinate representation of color #D24D90: hue angle of 329.77º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D90 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 144 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.18 |
| HSL | 329.77º | 0.6% | 0.56% | - |
| HSV(B) | 329.77º | 0.63% | 0.82% | - |
| XYZ | 34.27 | 21.02 | 28.64 | - |
| YUV | 124.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 144 | 0 | 0.63 | 0.31 | 0.18 | 329.77 | 0.6 | 0.56 |
| Hex | D2 | 4D | 90 | 0 | 3F | 1F | 12 | 14A | 3C | 38 |
| Octal | 322 | 115 | 220 | 0 | 77 | 37 | 22 | 512 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10010000 | 0 | 111111 | 11111 | 10010 | 101001010 | 111100 | 111000 |
Color Harmonies of #D24D90
Complementary color
Monochromatic Colors of #D24D90
Black with #D24D90
Text Example
Text Example
White with #D24D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D90; }
p { color: rgb(210,77,144); }
H1.HeaderClassName
{
color: #D24D90;
}
.AnyTagClassName
{
color: #D24D90;
}
</style>
background-color css
<style>
a { background-color: #D24D90; }
a { background-color: rgb(210,77,144); }
div.DivClassName
{
background-color: #D24D90;
}
.BgClassName
{
background-color: #D24D90;
}
</style>
border-color css
<style>
span { border-color: #D24D90; }
span { border-color: rgb(210,77,144); }
td.TdClassName
{
border-color: #D24D90;
}
.TagClassName
{
border-color: #D24D90;
}
</style>