Shades of Mulberry #D24191
Tints of Mulberry #D24191
RGB
CMYK
RGB Variations
Color information
#D24191 (or 0xD24191) is known color: Mulberry. HEX triplet: D2, 41 and 91. RGB value is (210,65,145). Sum of RGB (Red+Green+Blue) = 210+65+145=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D24191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24191 is #2DBE6E. Grayscale: #757575. Windows color (decimal): -2997871 or 9519570. OLE color: 9519570.
HSL color Cylindrical-coordinate representation of color #D24191: hue angle of 326.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24191 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 145 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.18 |
| HSL | 326.9º | 0.62% | 0.54% | - |
| HSV(B) | 326.9º | 0.69% | 0.82% | - |
| XYZ | 33.58 | 19.53 | 28.79 | - |
| YUV | 117.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 145 | 0 | 0.69 | 0.31 | 0.18 | 326.9 | 0.62 | 0.54 |
| Hex | D2 | 41 | 91 | 0 | 45 | 1F | 12 | 147 | 3E | 36 |
| Octal | 322 | 101 | 221 | 0 | 105 | 37 | 22 | 507 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10010001 | 0 | 1000101 | 11111 | 10010 | 101000111 | 111110 | 110110 |
Color Harmonies of #D24191
Complementary color
Monochromatic Colors of #D24191
Black with #D24191
Text Example
Text Example
White with #D24191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24191; }
p { color: rgb(210,65,145); }
H1.HeaderClassName
{
color: #D24191;
}
.AnyTagClassName
{
color: #D24191;
}
</style>
background-color css
<style>
a { background-color: #D24191; }
a { background-color: rgb(210,65,145); }
div.DivClassName
{
background-color: #D24191;
}
.BgClassName
{
background-color: #D24191;
}
</style>
border-color css
<style>
span { border-color: #D24191; }
span { border-color: rgb(210,65,145); }
td.TdClassName
{
border-color: #D24191;
}
.TagClassName
{
border-color: #D24191;
}
</style>