Shades of Mulberry #D24582
Tints of Mulberry #D24582
RGB
CMYK
RGB Variations
Color information
#D24582 (or 0xD24582) is known color: Mulberry. HEX triplet: D2, 45 and 82. RGB value is (210,69,130). Sum of RGB (Red+Green+Blue) = 210+69+130=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D24582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24582 is #2DBA7D. Grayscale: #767676. Windows color (decimal): -2996862 or 8537554. OLE color: 8537554.
HSL color Cylindrical-coordinate representation of color #D24582: hue angle of 334.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24582 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 130 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.18 |
| HSL | 334.04º | 0.61% | 0.55% | - |
| HSV(B) | 334.04º | 0.67% | 0.82% | - |
| XYZ | 32.74 | 19.57 | 23.17 | - |
| YUV | 118.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 130 | 0 | 0.67 | 0.38 | 0.18 | 334.04 | 0.61 | 0.55 |
| Hex | D2 | 45 | 82 | 0 | 43 | 26 | 12 | 14E | 3D | 37 |
| Octal | 322 | 105 | 202 | 0 | 103 | 46 | 22 | 516 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10000010 | 0 | 1000011 | 100110 | 10010 | 101001110 | 111101 | 110111 |
Color Harmonies of #D24582
Complementary color
Monochromatic Colors of #D24582
Black with #D24582
Text Example
Text Example
White with #D24582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24582; }
p { color: rgb(210,69,130); }
H1.HeaderClassName
{
color: #D24582;
}
.AnyTagClassName
{
color: #D24582;
}
</style>
background-color css
<style>
a { background-color: #D24582; }
a { background-color: rgb(210,69,130); }
div.DivClassName
{
background-color: #D24582;
}
.BgClassName
{
background-color: #D24582;
}
</style>
border-color css
<style>
span { border-color: #D24582; }
span { border-color: rgb(210,69,130); }
td.TdClassName
{
border-color: #D24582;
}
.TagClassName
{
border-color: #D24582;
}
</style>