Shades of Mulberry #D24B99
Tints of Mulberry #D24B99
RGB
CMYK
RGB Variations
Color information
#D24B99 (or 0xD24B99) is known color: Mulberry. HEX triplet: D2, 4B and 99. RGB value is (210,75,153). Sum of RGB (Red+Green+Blue) = 210+75+153=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24B99 is #2DB466. Grayscale: #7C7C7C. Windows color (decimal): -2995303 or 10046418. OLE color: 10046418.
HSL color Cylindrical-coordinate representation of color #D24B99: hue angle of 325.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24B99 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 153 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.18 |
| HSL | 325.33º | 0.6% | 0.56% | - |
| HSV(B) | 325.33º | 0.64% | 0.82% | - |
| XYZ | 34.84 | 21.03 | 32.36 | - |
| YUV | 124.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 153 | 0 | 0.64 | 0.27 | 0.18 | 325.33 | 0.6 | 0.56 |
| Hex | D2 | 4B | 99 | 0 | 40 | 1B | 12 | 145 | 3C | 38 |
| Octal | 322 | 113 | 231 | 0 | 100 | 33 | 22 | 505 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10011001 | 0 | 1000000 | 11011 | 10010 | 101000101 | 111100 | 111000 |
Color Harmonies of #D24B99
Complementary color
Monochromatic Colors of #D24B99
Black with #D24B99
Text Example
Text Example
White with #D24B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B99; }
p { color: rgb(210,75,153); }
H1.HeaderClassName
{
color: #D24B99;
}
.AnyTagClassName
{
color: #D24B99;
}
</style>
background-color css
<style>
a { background-color: #D24B99; }
a { background-color: rgb(210,75,153); }
div.DivClassName
{
background-color: #D24B99;
}
.BgClassName
{
background-color: #D24B99;
}
</style>
border-color css
<style>
span { border-color: #D24B99; }
span { border-color: rgb(210,75,153); }
td.TdClassName
{
border-color: #D24B99;
}
.TagClassName
{
border-color: #D24B99;
}
</style>