Shades of Mulberry #D248A4
Tints of Mulberry #D248A4
RGB
CMYK
RGB Variations
Color information
#D248A4 (or 0xD248A4) is known color: Mulberry. HEX triplet: D2, 48 and A4. RGB value is (210,72,164). Sum of RGB (Red+Green+Blue) = 210+72+164=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D248A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248A4 is #2DB75B. Grayscale: #7B7B7B. Windows color (decimal): -2996060 or 10766546. OLE color: 10766546.
HSL color Cylindrical-coordinate representation of color #D248A4: hue angle of 320º 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 #D248A4 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 164 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.18 |
| HSL | 320º | 0.61% | 0.55% | - |
| HSV(B) | 320º | 0.66% | 0.82% | - |
| XYZ | 35.6 | 21.02 | 37.3 | - |
| YUV | 123.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 164 | 0 | 0.66 | 0.22 | 0.18 | 320 | 0.61 | 0.55 |
| Hex | D2 | 48 | A4 | 0 | 42 | 16 | 12 | 140 | 3D | 37 |
| Octal | 322 | 110 | 244 | 0 | 102 | 26 | 22 | 500 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10100100 | 0 | 1000010 | 10110 | 10010 | 101000000 | 111101 | 110111 |
Color Harmonies of #D248A4
Complementary color
Monochromatic Colors of #D248A4
Black with #D248A4
Text Example
Text Example
White with #D248A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248A4; }
p { color: rgb(210,72,164); }
H1.HeaderClassName
{
color: #D248A4;
}
.AnyTagClassName
{
color: #D248A4;
}
</style>
background-color css
<style>
a { background-color: #D248A4; }
a { background-color: rgb(210,72,164); }
div.DivClassName
{
background-color: #D248A4;
}
.BgClassName
{
background-color: #D248A4;
}
</style>
border-color css
<style>
span { border-color: #D248A4; }
span { border-color: rgb(210,72,164); }
td.TdClassName
{
border-color: #D248A4;
}
.TagClassName
{
border-color: #D248A4;
}
</style>