Shades of Mulberry #D241A2
Tints of Mulberry #D241A2
RGB
CMYK
RGB Variations
Color information
#D241A2 (or 0xD241A2) is known color: Mulberry. HEX triplet: D2, 41 and A2. RGB value is (210,65,162). Sum of RGB (Red+Green+Blue) = 210+65+162=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D241A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D241A2 is #2DBE5D. Grayscale: #777777. Windows color (decimal): -2997854 or 10633682. OLE color: 10633682.
HSL color Cylindrical-coordinate representation of color #D241A2: hue angle of 319.86º 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 #D241A2 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 162 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.18 |
| HSL | 319.86º | 0.62% | 0.54% | - |
| HSV(B) | 319.86º | 0.69% | 0.82% | - |
| XYZ | 34.99 | 20.09 | 36.22 | - |
| YUV | 119.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 162 | 0 | 0.69 | 0.23 | 0.18 | 319.86 | 0.62 | 0.54 |
| Hex | D2 | 41 | A2 | 0 | 45 | 17 | 12 | 140 | 3E | 36 |
| Octal | 322 | 101 | 242 | 0 | 105 | 27 | 22 | 500 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10100010 | 0 | 1000101 | 10111 | 10010 | 101000000 | 111110 | 110110 |
Color Harmonies of #D241A2
Complementary color
Monochromatic Colors of #D241A2
Black with #D241A2
Text Example
Text Example
White with #D241A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241A2; }
p { color: rgb(210,65,162); }
H1.HeaderClassName
{
color: #D241A2;
}
.AnyTagClassName
{
color: #D241A2;
}
</style>
background-color css
<style>
a { background-color: #D241A2; }
a { background-color: rgb(210,65,162); }
div.DivClassName
{
background-color: #D241A2;
}
.BgClassName
{
background-color: #D241A2;
}
</style>
border-color css
<style>
span { border-color: #D241A2; }
span { border-color: rgb(210,65,162); }
td.TdClassName
{
border-color: #D241A2;
}
.TagClassName
{
border-color: #D241A2;
}
</style>