Shades of Mulberry #D255AA
Tints of Mulberry #D255AA
RGB
CMYK
RGB Variations
Color information
#D255AA (or 0xD255AA) is known color: Mulberry. HEX triplet: D2, 55 and AA. RGB value is (210,85,170). Sum of RGB (Red+Green+Blue) = 210+85+170=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D255AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255AA is #2DAA55. Grayscale: #838383. Windows color (decimal): -2992726 or 11163090. OLE color: 11163090.
HSL color Cylindrical-coordinate representation of color #D255AA: hue angle of 319.2º 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 #D255AA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 170 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.18 |
| HSL | 319.2º | 0.58% | 0.58% | - |
| HSV(B) | 319.2º | 0.6% | 0.82% | - |
| XYZ | 37.08 | 23.1 | 40.53 | - |
| YUV | 132.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 170 | 0 | 0.60 | 0.19 | 0.18 | 319.2 | 0.58 | 0.58 |
| Hex | D2 | 55 | AA | 0 | 3C | 13 | 12 | 13F | 3A | 3A |
| Octal | 322 | 125 | 252 | 0 | 74 | 23 | 22 | 477 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10101010 | 0 | 111100 | 10011 | 10010 | 100111111 | 111010 | 111010 |
Color Harmonies of #D255AA
Complementary color
Monochromatic Colors of #D255AA
Black with #D255AA
Text Example
Text Example
White with #D255AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255AA; }
p { color: rgb(210,85,170); }
H1.HeaderClassName
{
color: #D255AA;
}
.AnyTagClassName
{
color: #D255AA;
}
</style>
background-color css
<style>
a { background-color: #D255AA; }
a { background-color: rgb(210,85,170); }
div.DivClassName
{
background-color: #D255AA;
}
.BgClassName
{
background-color: #D255AA;
}
</style>
border-color css
<style>
span { border-color: #D255AA; }
span { border-color: rgb(210,85,170); }
td.TdClassName
{
border-color: #D255AA;
}
.TagClassName
{
border-color: #D255AA;
}
</style>