Shades of Mulberry #D248A1
Tints of Mulberry #D248A1
RGB
CMYK
RGB Variations
Color information
#D248A1 (or 0xD248A1) is known color: Mulberry. HEX triplet: D2, 48 and A1. RGB value is (210,72,161). Sum of RGB (Red+Green+Blue) = 210+72+161=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D248A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248A1 is #2DB75E. Grayscale: #7B7B7B. Windows color (decimal): -2996063 or 10569938. OLE color: 10569938.
HSL color Cylindrical-coordinate representation of color #D248A1: hue angle of 321.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D248A1 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 161 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.18 |
| HSL | 321.3º | 0.61% | 0.55% | - |
| HSV(B) | 321.3º | 0.66% | 0.82% | - |
| XYZ | 35.33 | 20.91 | 35.89 | - |
| YUV | 123.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 161 | 0 | 0.66 | 0.23 | 0.18 | 321.3 | 0.61 | 0.55 |
| Hex | D2 | 48 | A1 | 0 | 42 | 17 | 12 | 141 | 3D | 37 |
| Octal | 322 | 110 | 241 | 0 | 102 | 27 | 22 | 501 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10100001 | 0 | 1000010 | 10111 | 10010 | 101000001 | 111101 | 110111 |
Color Harmonies of #D248A1
Complementary color
Monochromatic Colors of #D248A1
Black with #D248A1
Text Example
Text Example
White with #D248A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248A1; }
p { color: rgb(210,72,161); }
H1.HeaderClassName
{
color: #D248A1;
}
.AnyTagClassName
{
color: #D248A1;
}
</style>
background-color css
<style>
a { background-color: #D248A1; }
a { background-color: rgb(210,72,161); }
div.DivClassName
{
background-color: #D248A1;
}
.BgClassName
{
background-color: #D248A1;
}
</style>
border-color css
<style>
span { border-color: #D248A1; }
span { border-color: rgb(210,72,161); }
td.TdClassName
{
border-color: #D248A1;
}
.TagClassName
{
border-color: #D248A1;
}
</style>