Shades of Mulberry #D254AA
Tints of Mulberry #D254AA
RGB
CMYK
RGB Variations
Color information
#D254AA (or 0xD254AA) is known color: Mulberry. HEX triplet: D2, 54 and AA. RGB value is (210,84,170). Sum of RGB (Red+Green+Blue) = 210+84+170=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D254AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D254AA is #2DAB55. Grayscale: #838383. Windows color (decimal): -2992982 or 11162834. OLE color: 11162834.
HSL color Cylindrical-coordinate representation of color #D254AA: hue angle of 319.05º 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 #D254AA is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 170 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.18 |
| HSL | 319.05º | 0.58% | 0.58% | - |
| HSV(B) | 319.05º | 0.6% | 0.82% | - |
| XYZ | 37 | 22.94 | 40.51 | - |
| YUV | 131.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 170 | 0 | 0.6 | 0.19 | 0.18 | 319.05 | 0.58 | 0.58 |
| Hex | D2 | 54 | AA | 0 | 3C | 13 | 12 | 13F | 3A | 3A |
| Octal | 322 | 124 | 252 | 0 | 74 | 23 | 22 | 477 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10101010 | 0 | 111100 | 10011 | 10010 | 100111111 | 111010 | 111010 |
Color Harmonies of #D254AA
Complementary color
Monochromatic Colors of #D254AA
Black with #D254AA
Text Example
Text Example
White with #D254AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254AA; }
p { color: rgb(210,84,170); }
H1.HeaderClassName
{
color: #D254AA;
}
.AnyTagClassName
{
color: #D254AA;
}
</style>
background-color css
<style>
a { background-color: #D254AA; }
a { background-color: rgb(210,84,170); }
div.DivClassName
{
background-color: #D254AA;
}
.BgClassName
{
background-color: #D254AA;
}
</style>
border-color css
<style>
span { border-color: #D254AA; }
span { border-color: rgb(210,84,170); }
td.TdClassName
{
border-color: #D254AA;
}
.TagClassName
{
border-color: #D254AA;
}
</style>