Shades of Mulberry #D254A2
Tints of Mulberry #D254A2
RGB
CMYK
RGB Variations
Color information
#D254A2 (or 0xD254A2) is known color: Mulberry. HEX triplet: D2, 54 and A2. RGB value is (210,84,162). Sum of RGB (Red+Green+Blue) = 210+84+162=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D254A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D254A2 is #2DAB5D. Grayscale: #828282. Windows color (decimal): -2992990 or 10638546. OLE color: 10638546.
HSL color Cylindrical-coordinate representation of color #D254A2: hue angle of 322.86º 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 #D254A2 is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 162 | - |
| CMYK | 0 | 0.6 | 0.23 | 0.18 |
| HSL | 322.86º | 0.58% | 0.58% | - |
| HSV(B) | 322.86º | 0.6% | 0.82% | - |
| XYZ | 36.27 | 22.65 | 36.64 | - |
| YUV | 130.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 162 | 0 | 0.6 | 0.23 | 0.18 | 322.86 | 0.58 | 0.58 |
| Hex | D2 | 54 | A2 | 0 | 3C | 17 | 12 | 143 | 3A | 3A |
| Octal | 322 | 124 | 242 | 0 | 74 | 27 | 22 | 503 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10100010 | 0 | 111100 | 10111 | 10010 | 101000011 | 111010 | 111010 |
Color Harmonies of #D254A2
Complementary color
Monochromatic Colors of #D254A2
Black with #D254A2
Text Example
Text Example
White with #D254A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254A2; }
p { color: rgb(210,84,162); }
H1.HeaderClassName
{
color: #D254A2;
}
.AnyTagClassName
{
color: #D254A2;
}
</style>
background-color css
<style>
a { background-color: #D254A2; }
a { background-color: rgb(210,84,162); }
div.DivClassName
{
background-color: #D254A2;
}
.BgClassName
{
background-color: #D254A2;
}
</style>
border-color css
<style>
span { border-color: #D254A2; }
span { border-color: rgb(210,84,162); }
td.TdClassName
{
border-color: #D254A2;
}
.TagClassName
{
border-color: #D254A2;
}
</style>