Shades of Mulberry #D24F8C
Tints of Mulberry #D24F8C
RGB
CMYK
RGB Variations
Color information
#D24F8C (or 0xD24F8C) is known color: Mulberry. HEX triplet: D2, 4F and 8C. RGB value is (210,79,140). Sum of RGB (Red+Green+Blue) = 210+79+140=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F8C is #2DB073. Grayscale: #7D7D7D. Windows color (decimal): -2994292 or 9195474. OLE color: 9195474.
HSL color Cylindrical-coordinate representation of color #D24F8C: hue angle of 332.06º 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 #D24F8C is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 140 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.18 |
| HSL | 332.06º | 0.59% | 0.57% | - |
| HSV(B) | 332.06º | 0.62% | 0.82% | - |
| XYZ | 34.11 | 21.19 | 27.1 | - |
| YUV | 125.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 140 | 0 | 0.62 | 0.33 | 0.18 | 332.06 | 0.59 | 0.57 |
| Hex | D2 | 4F | 8C | 0 | 3E | 21 | 12 | 14C | 3B | 39 |
| Octal | 322 | 117 | 214 | 0 | 76 | 41 | 22 | 514 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10001100 | 0 | 111110 | 100001 | 10010 | 101001100 | 111011 | 111001 |
Color Harmonies of #D24F8C
Complementary color
Monochromatic Colors of #D24F8C
Black with #D24F8C
Text Example
Text Example
White with #D24F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F8C; }
p { color: rgb(210,79,140); }
H1.HeaderClassName
{
color: #D24F8C;
}
.AnyTagClassName
{
color: #D24F8C;
}
</style>
background-color css
<style>
a { background-color: #D24F8C; }
a { background-color: rgb(210,79,140); }
div.DivClassName
{
background-color: #D24F8C;
}
.BgClassName
{
background-color: #D24F8C;
}
</style>
border-color css
<style>
span { border-color: #D24F8C; }
span { border-color: rgb(210,79,140); }
td.TdClassName
{
border-color: #D24F8C;
}
.TagClassName
{
border-color: #D24F8C;
}
</style>