Shades of Mulberry #D24F9F
Tints of Mulberry #D24F9F
RGB
CMYK
RGB Variations
Color information
#D24F9F (or 0xD24F9F) is known color: Mulberry. HEX triplet: D2, 4F and 9F. RGB value is (210,79,159). Sum of RGB (Red+Green+Blue) = 210+79+159=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F9F is #2DB060. Grayscale: #7F7F7F. Windows color (decimal): -2994273 or 10440658. OLE color: 10440658.
HSL color Cylindrical-coordinate representation of color #D24F9F: hue angle of 323.36º 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 #D24F9F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 159 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.18 |
| HSL | 323.36º | 0.59% | 0.57% | - |
| HSV(B) | 323.36º | 0.62% | 0.82% | - |
| XYZ | 35.63 | 21.8 | 35.13 | - |
| YUV | 127.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 159 | 0 | 0.62 | 0.24 | 0.18 | 323.36 | 0.59 | 0.57 |
| Hex | D2 | 4F | 9F | 0 | 3E | 18 | 12 | 143 | 3B | 39 |
| Octal | 322 | 117 | 237 | 0 | 76 | 30 | 22 | 503 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10011111 | 0 | 111110 | 11000 | 10010 | 101000011 | 111011 | 111001 |
Color Harmonies of #D24F9F
Complementary color
Monochromatic Colors of #D24F9F
Black with #D24F9F
Text Example
Text Example
White with #D24F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F9F; }
p { color: rgb(210,79,159); }
H1.HeaderClassName
{
color: #D24F9F;
}
.AnyTagClassName
{
color: #D24F9F;
}
</style>
background-color css
<style>
a { background-color: #D24F9F; }
a { background-color: rgb(210,79,159); }
div.DivClassName
{
background-color: #D24F9F;
}
.BgClassName
{
background-color: #D24F9F;
}
</style>
border-color css
<style>
span { border-color: #D24F9F; }
span { border-color: rgb(210,79,159); }
td.TdClassName
{
border-color: #D24F9F;
}
.TagClassName
{
border-color: #D24F9F;
}
</style>