Shades of Mulberry #D24F92
Tints of Mulberry #D24F92
RGB
CMYK
RGB Variations
Color information
#D24F92 (or 0xD24F92) is known color: Mulberry. HEX triplet: D2, 4F and 92. RGB value is (210,79,146). Sum of RGB (Red+Green+Blue) = 210+79+146=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F92 is #2DB06D. Grayscale: #7D7D7D. Windows color (decimal): -2994286 or 9588690. OLE color: 9588690.
HSL color Cylindrical-coordinate representation of color #D24F92: hue angle of 329.31º 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 #D24F92 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 146 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.18 |
| HSL | 329.31º | 0.59% | 0.57% | - |
| HSV(B) | 329.31º | 0.62% | 0.82% | - |
| XYZ | 34.56 | 21.37 | 29.5 | - |
| YUV | 125.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 146 | 0 | 0.62 | 0.30 | 0.18 | 329.31 | 0.59 | 0.57 |
| Hex | D2 | 4F | 92 | 0 | 3E | 1E | 12 | 149 | 3B | 39 |
| Octal | 322 | 117 | 222 | 0 | 76 | 36 | 22 | 511 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10010010 | 0 | 111110 | 11110 | 10010 | 101001001 | 111011 | 111001 |
Color Harmonies of #D24F92
Complementary color
Monochromatic Colors of #D24F92
Black with #D24F92
Text Example
Text Example
White with #D24F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F92; }
p { color: rgb(210,79,146); }
H1.HeaderClassName
{
color: #D24F92;
}
.AnyTagClassName
{
color: #D24F92;
}
</style>
background-color css
<style>
a { background-color: #D24F92; }
a { background-color: rgb(210,79,146); }
div.DivClassName
{
background-color: #D24F92;
}
.BgClassName
{
background-color: #D24F92;
}
</style>
border-color css
<style>
span { border-color: #D24F92; }
span { border-color: rgb(210,79,146); }
td.TdClassName
{
border-color: #D24F92;
}
.TagClassName
{
border-color: #D24F92;
}
</style>