Shades of Mulberry #D24F8E
Tints of Mulberry #D24F8E
RGB
CMYK
RGB Variations
Color information
#D24F8E (or 0xD24F8E) is known color: Mulberry. HEX triplet: D2, 4F and 8E. RGB value is (210,79,142). Sum of RGB (Red+Green+Blue) = 210+79+142=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F8E is #2DB071. Grayscale: #7D7D7D. Windows color (decimal): -2994290 or 9326546. OLE color: 9326546.
HSL color Cylindrical-coordinate representation of color #D24F8E: hue angle of 331.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F8E is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 142 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.18 |
| HSL | 331.15º | 0.59% | 0.57% | - |
| HSV(B) | 331.15º | 0.62% | 0.82% | - |
| XYZ | 34.26 | 21.25 | 27.89 | - |
| YUV | 125.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 142 | 0 | 0.62 | 0.32 | 0.18 | 331.15 | 0.59 | 0.57 |
| Hex | D2 | 4F | 8E | 0 | 3E | 20 | 12 | 14B | 3B | 39 |
| Octal | 322 | 117 | 216 | 0 | 76 | 40 | 22 | 513 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10001110 | 0 | 111110 | 100000 | 10010 | 101001011 | 111011 | 111001 |
Color Harmonies of #D24F8E
Complementary color
Monochromatic Colors of #D24F8E
Black with #D24F8E
Text Example
Text Example
White with #D24F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F8E; }
p { color: rgb(210,79,142); }
H1.HeaderClassName
{
color: #D24F8E;
}
.AnyTagClassName
{
color: #D24F8E;
}
</style>
background-color css
<style>
a { background-color: #D24F8E; }
a { background-color: rgb(210,79,142); }
div.DivClassName
{
background-color: #D24F8E;
}
.BgClassName
{
background-color: #D24F8E;
}
</style>
border-color css
<style>
span { border-color: #D24F8E; }
span { border-color: rgb(210,79,142); }
td.TdClassName
{
border-color: #D24F8E;
}
.TagClassName
{
border-color: #D24F8E;
}
</style>