Shades of Mulberry #D24F9E
Tints of Mulberry #D24F9E
RGB
CMYK
RGB Variations
Color information
#D24F9E (or 0xD24F9E) is known color: Mulberry. HEX triplet: D2, 4F and 9E. RGB value is (210,79,158). Sum of RGB (Red+Green+Blue) = 210+79+158=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F9E is #2DB061. Grayscale: #7E7E7E. Windows color (decimal): -2994274 or 10375122. OLE color: 10375122.
HSL color Cylindrical-coordinate representation of color #D24F9E: hue angle of 323.82º 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 #D24F9E is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 158 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.18 |
| HSL | 323.82º | 0.59% | 0.57% | - |
| HSV(B) | 323.82º | 0.62% | 0.82% | - |
| XYZ | 35.55 | 21.76 | 34.67 | - |
| YUV | 127.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 158 | 0 | 0.62 | 0.25 | 0.18 | 323.82 | 0.59 | 0.57 |
| Hex | D2 | 4F | 9E | 0 | 3E | 19 | 12 | 144 | 3B | 39 |
| Octal | 322 | 117 | 236 | 0 | 76 | 31 | 22 | 504 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10011110 | 0 | 111110 | 11001 | 10010 | 101000100 | 111011 | 111001 |
Color Harmonies of #D24F9E
Complementary color
Monochromatic Colors of #D24F9E
Black with #D24F9E
Text Example
Text Example
White with #D24F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F9E; }
p { color: rgb(210,79,158); }
H1.HeaderClassName
{
color: #D24F9E;
}
.AnyTagClassName
{
color: #D24F9E;
}
</style>
background-color css
<style>
a { background-color: #D24F9E; }
a { background-color: rgb(210,79,158); }
div.DivClassName
{
background-color: #D24F9E;
}
.BgClassName
{
background-color: #D24F9E;
}
</style>
border-color css
<style>
span { border-color: #D24F9E; }
span { border-color: rgb(210,79,158); }
td.TdClassName
{
border-color: #D24F9E;
}
.TagClassName
{
border-color: #D24F9E;
}
</style>