Shades of Mulberry #D24F9A
Tints of Mulberry #D24F9A
RGB
CMYK
RGB Variations
Color information
#D24F9A (or 0xD24F9A) is known color: Mulberry. HEX triplet: D2, 4F and 9A. RGB value is (210,79,154). Sum of RGB (Red+Green+Blue) = 210+79+154=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F9A is #2DB065. Grayscale: #7E7E7E. Windows color (decimal): -2994278 or 10112978. OLE color: 10112978.
HSL color Cylindrical-coordinate representation of color #D24F9A: hue angle of 325.65º 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 #D24F9A is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 154 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.18 |
| HSL | 325.65º | 0.59% | 0.57% | - |
| HSV(B) | 325.65º | 0.62% | 0.82% | - |
| XYZ | 35.21 | 21.63 | 32.89 | - |
| YUV | 126.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 154 | 0 | 0.62 | 0.27 | 0.18 | 325.65 | 0.59 | 0.57 |
| Hex | D2 | 4F | 9A | 0 | 3E | 1B | 12 | 146 | 3B | 39 |
| Octal | 322 | 117 | 232 | 0 | 76 | 33 | 22 | 506 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10011010 | 0 | 111110 | 11011 | 10010 | 101000110 | 111011 | 111001 |
Color Harmonies of #D24F9A
Complementary color
Monochromatic Colors of #D24F9A
Black with #D24F9A
Text Example
Text Example
White with #D24F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F9A; }
p { color: rgb(210,79,154); }
H1.HeaderClassName
{
color: #D24F9A;
}
.AnyTagClassName
{
color: #D24F9A;
}
</style>
background-color css
<style>
a { background-color: #D24F9A; }
a { background-color: rgb(210,79,154); }
div.DivClassName
{
background-color: #D24F9A;
}
.BgClassName
{
background-color: #D24F9A;
}
</style>
border-color css
<style>
span { border-color: #D24F9A; }
span { border-color: rgb(210,79,154); }
td.TdClassName
{
border-color: #D24F9A;
}
.TagClassName
{
border-color: #D24F9A;
}
</style>