Shades of Mulberry #D24D93
Tints of Mulberry #D24D93
RGB
CMYK
RGB Variations
Color information
#D24D93 (or 0xD24D93) is known color: Mulberry. HEX triplet: D2, 4D and 93. RGB value is (210,77,147). Sum of RGB (Red+Green+Blue) = 210+77+147=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D93 is #2DB26C. Grayscale: #7C7C7C. Windows color (decimal): -2994797 or 9653714. OLE color: 9653714.
HSL color Cylindrical-coordinate representation of color #D24D93: hue angle of 328.42º 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 #D24D93 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 147 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.18 |
| HSL | 328.42º | 0.6% | 0.56% | - |
| HSV(B) | 328.42º | 0.63% | 0.82% | - |
| XYZ | 34.5 | 21.12 | 29.86 | - |
| YUV | 124.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 147 | 0 | 0.63 | 0.30 | 0.18 | 328.42 | 0.6 | 0.56 |
| Hex | D2 | 4D | 93 | 0 | 3F | 1E | 12 | 148 | 3C | 38 |
| Octal | 322 | 115 | 223 | 0 | 77 | 36 | 22 | 510 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10010011 | 0 | 111111 | 11110 | 10010 | 101001000 | 111100 | 111000 |
Color Harmonies of #D24D93
Complementary color
Monochromatic Colors of #D24D93
Black with #D24D93
Text Example
Text Example
White with #D24D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D93; }
p { color: rgb(210,77,147); }
H1.HeaderClassName
{
color: #D24D93;
}
.AnyTagClassName
{
color: #D24D93;
}
</style>
background-color css
<style>
a { background-color: #D24D93; }
a { background-color: rgb(210,77,147); }
div.DivClassName
{
background-color: #D24D93;
}
.BgClassName
{
background-color: #D24D93;
}
</style>
border-color css
<style>
span { border-color: #D24D93; }
span { border-color: rgb(210,77,147); }
td.TdClassName
{
border-color: #D24D93;
}
.TagClassName
{
border-color: #D24D93;
}
</style>