Shades of Mulberry #D241A8
Tints of Mulberry #D241A8
RGB
CMYK
RGB Variations
Color information
#D241A8 (or 0xD241A8) is known color: Mulberry. HEX triplet: D2, 41 and A8. RGB value is (210,65,168). Sum of RGB (Red+Green+Blue) = 210+65+168=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D241A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D241A8 is #2DBE57. Grayscale: #777777. Windows color (decimal): -2997848 or 11026898. OLE color: 11026898.
HSL color Cylindrical-coordinate representation of color #D241A8: hue angle of 317.38º 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 #D241A8 is Cyan = 0, Magento = 0.69, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 168 | - |
| CMYK | 0 | 0.69 | 0.2 | 0.18 |
| HSL | 317.38º | 0.62% | 0.54% | - |
| HSV(B) | 317.38º | 0.69% | 0.82% | - |
| XYZ | 35.54 | 20.31 | 39.09 | - |
| YUV | 120.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 168 | 0 | 0.69 | 0.2 | 0.18 | 317.38 | 0.62 | 0.54 |
| Hex | D2 | 41 | A8 | 0 | 45 | 14 | 12 | 13D | 3E | 36 |
| Octal | 322 | 101 | 250 | 0 | 105 | 24 | 22 | 475 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10101000 | 0 | 1000101 | 10100 | 10010 | 100111101 | 111110 | 110110 |
Color Harmonies of #D241A8
Complementary color
Monochromatic Colors of #D241A8
Black with #D241A8
Text Example
Text Example
White with #D241A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241A8; }
p { color: rgb(210,65,168); }
H1.HeaderClassName
{
color: #D241A8;
}
.AnyTagClassName
{
color: #D241A8;
}
</style>
background-color css
<style>
a { background-color: #D241A8; }
a { background-color: rgb(210,65,168); }
div.DivClassName
{
background-color: #D241A8;
}
.BgClassName
{
background-color: #D241A8;
}
</style>
border-color css
<style>
span { border-color: #D241A8; }
span { border-color: rgb(210,65,168); }
td.TdClassName
{
border-color: #D241A8;
}
.TagClassName
{
border-color: #D241A8;
}
</style>