Shades of Mulberry #D254A1
Tints of Mulberry #D254A1
RGB
CMYK
RGB Variations
Color information
#D254A1 (or 0xD254A1) is known color: Mulberry. HEX triplet: D2, 54 and A1. RGB value is (210,84,161). Sum of RGB (Red+Green+Blue) = 210+84+161=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D254A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D254A1 is #2DAB5E. Grayscale: #828282. Windows color (decimal): -2992991 or 10573010. OLE color: 10573010.
HSL color Cylindrical-coordinate representation of color #D254A1: hue angle of 323.33º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D254A1 is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 161 | - |
| CMYK | 0 | 0.6 | 0.23 | 0.18 |
| HSL | 323.33º | 0.58% | 0.58% | - |
| HSV(B) | 323.33º | 0.6% | 0.82% | - |
| XYZ | 36.18 | 22.62 | 36.18 | - |
| YUV | 130.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 161 | 0 | 0.6 | 0.23 | 0.18 | 323.33 | 0.58 | 0.58 |
| Hex | D2 | 54 | A1 | 0 | 3C | 17 | 12 | 143 | 3A | 3A |
| Octal | 322 | 124 | 241 | 0 | 74 | 27 | 22 | 503 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10100001 | 0 | 111100 | 10111 | 10010 | 101000011 | 111010 | 111010 |
Color Harmonies of #D254A1
Complementary color
Monochromatic Colors of #D254A1
Black with #D254A1
Text Example
Text Example
White with #D254A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254A1; }
p { color: rgb(210,84,161); }
H1.HeaderClassName
{
color: #D254A1;
}
.AnyTagClassName
{
color: #D254A1;
}
</style>
background-color css
<style>
a { background-color: #D254A1; }
a { background-color: rgb(210,84,161); }
div.DivClassName
{
background-color: #D254A1;
}
.BgClassName
{
background-color: #D254A1;
}
</style>
border-color css
<style>
span { border-color: #D254A1; }
span { border-color: rgb(210,84,161); }
td.TdClassName
{
border-color: #D254A1;
}
.TagClassName
{
border-color: #D254A1;
}
</style>