Shades of Mulberry #D248A0
Tints of Mulberry #D248A0
RGB
CMYK
RGB Variations
Color information
#D248A0 (or 0xD248A0) is known color: Mulberry. HEX triplet: D2, 48 and A0. RGB value is (210,72,160). Sum of RGB (Red+Green+Blue) = 210+72+160=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D248A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248A0 is #2DB75F. Grayscale: #7B7B7B. Windows color (decimal): -2996064 or 10504402. OLE color: 10504402.
HSL color Cylindrical-coordinate representation of color #D248A0: hue angle of 321.74º 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 #D248A0 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 160 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.18 |
| HSL | 321.74º | 0.61% | 0.55% | - |
| HSV(B) | 321.74º | 0.66% | 0.82% | - |
| XYZ | 35.24 | 20.87 | 35.43 | - |
| YUV | 123.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 160 | 0 | 0.66 | 0.24 | 0.18 | 321.74 | 0.61 | 0.55 |
| Hex | D2 | 48 | A0 | 0 | 42 | 18 | 12 | 142 | 3D | 37 |
| Octal | 322 | 110 | 240 | 0 | 102 | 30 | 22 | 502 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10100000 | 0 | 1000010 | 11000 | 10010 | 101000010 | 111101 | 110111 |
Color Harmonies of #D248A0
Complementary color
Monochromatic Colors of #D248A0
Black with #D248A0
Text Example
Text Example
White with #D248A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248A0; }
p { color: rgb(210,72,160); }
H1.HeaderClassName
{
color: #D248A0;
}
.AnyTagClassName
{
color: #D248A0;
}
</style>
background-color css
<style>
a { background-color: #D248A0; }
a { background-color: rgb(210,72,160); }
div.DivClassName
{
background-color: #D248A0;
}
.BgClassName
{
background-color: #D248A0;
}
</style>
border-color css
<style>
span { border-color: #D248A0; }
span { border-color: rgb(210,72,160); }
td.TdClassName
{
border-color: #D248A0;
}
.TagClassName
{
border-color: #D248A0;
}
</style>