Shades of Mulberry #D24C8F
Tints of Mulberry #D24C8F
RGB
CMYK
RGB Variations
Color information
#D24C8F (or 0xD24C8F) is known color: Mulberry. HEX triplet: D2, 4C and 8F. RGB value is (210,76,143). Sum of RGB (Red+Green+Blue) = 210+76+143=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C8F is #2DB370. Grayscale: #7B7B7B. Windows color (decimal): -2995057 or 9391314. OLE color: 9391314.
HSL color Cylindrical-coordinate representation of color #D24C8F: hue angle of 330º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24C8F is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 143 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.18 |
| HSL | 330º | 0.6% | 0.56% | - |
| HSV(B) | 330º | 0.64% | 0.82% | - |
| XYZ | 34.12 | 20.85 | 28.21 | - |
| YUV | 123.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 143 | 0 | 0.64 | 0.32 | 0.18 | 330 | 0.6 | 0.56 |
| Hex | D2 | 4C | 8F | 0 | 40 | 20 | 12 | 14A | 3C | 38 |
| Octal | 322 | 114 | 217 | 0 | 100 | 40 | 22 | 512 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10001111 | 0 | 1000000 | 100000 | 10010 | 101001010 | 111100 | 111000 |
Color Harmonies of #D24C8F
Complementary color
Monochromatic Colors of #D24C8F
Black with #D24C8F
Text Example
Text Example
White with #D24C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C8F; }
p { color: rgb(210,76,143); }
H1.HeaderClassName
{
color: #D24C8F;
}
.AnyTagClassName
{
color: #D24C8F;
}
</style>
background-color css
<style>
a { background-color: #D24C8F; }
a { background-color: rgb(210,76,143); }
div.DivClassName
{
background-color: #D24C8F;
}
.BgClassName
{
background-color: #D24C8F;
}
</style>
border-color css
<style>
span { border-color: #D24C8F; }
span { border-color: rgb(210,76,143); }
td.TdClassName
{
border-color: #D24C8F;
}
.TagClassName
{
border-color: #D24C8F;
}
</style>