Shades of Mulberry #D258AA
Tints of Mulberry #D258AA
RGB
CMYK
RGB Variations
Color information
#D258AA (or 0xD258AA) is known color: Mulberry. HEX triplet: D2, 58 and AA. RGB value is (210,88,170). Sum of RGB (Red+Green+Blue) = 210+88+170=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D258AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258AA is #2DA755. Grayscale: #858585. Windows color (decimal): -2991958 or 11163858. OLE color: 11163858.
HSL color Cylindrical-coordinate representation of color #D258AA: hue angle of 319.67º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D258AA is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 170 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.18 |
| HSL | 319.67º | 0.58% | 0.58% | - |
| HSV(B) | 319.67º | 0.58% | 0.82% | - |
| XYZ | 37.32 | 23.58 | 40.62 | - |
| YUV | 133.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 170 | 0 | 0.58 | 0.19 | 0.18 | 319.67 | 0.58 | 0.58 |
| Hex | D2 | 58 | AA | 0 | 3A | 13 | 12 | 140 | 3A | 3A |
| Octal | 322 | 130 | 252 | 0 | 72 | 23 | 22 | 500 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10101010 | 0 | 111010 | 10011 | 10010 | 101000000 | 111010 | 111010 |
Color Harmonies of #D258AA
Complementary color
Monochromatic Colors of #D258AA
Black with #D258AA
Text Example
Text Example
White with #D258AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258AA; }
p { color: rgb(210,88,170); }
H1.HeaderClassName
{
color: #D258AA;
}
.AnyTagClassName
{
color: #D258AA;
}
</style>
background-color css
<style>
a { background-color: #D258AA; }
a { background-color: rgb(210,88,170); }
div.DivClassName
{
background-color: #D258AA;
}
.BgClassName
{
background-color: #D258AA;
}
</style>
border-color css
<style>
span { border-color: #D258AA; }
span { border-color: rgb(210,88,170); }
td.TdClassName
{
border-color: #D258AA;
}
.TagClassName
{
border-color: #D258AA;
}
</style>