Shades of Mulberry #D258A4
Tints of Mulberry #D258A4
RGB
CMYK
RGB Variations
Color information
#D258A4 (or 0xD258A4) is known color: Mulberry. HEX triplet: D2, 58 and A4. RGB value is (210,88,164). Sum of RGB (Red+Green+Blue) = 210+88+164=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D258A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258A4 is #2DA75B. Grayscale: #848484. Windows color (decimal): -2991964 or 10770642. OLE color: 10770642.
HSL color Cylindrical-coordinate representation of color #D258A4: hue angle of 322.62º 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 #D258A4 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 164 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.18 |
| HSL | 322.62º | 0.58% | 0.58% | - |
| HSV(B) | 322.62º | 0.58% | 0.82% | - |
| XYZ | 36.77 | 23.36 | 37.69 | - |
| YUV | 133.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 164 | 0 | 0.58 | 0.22 | 0.18 | 322.62 | 0.58 | 0.58 |
| Hex | D2 | 58 | A4 | 0 | 3A | 16 | 12 | 143 | 3A | 3A |
| Octal | 322 | 130 | 244 | 0 | 72 | 26 | 22 | 503 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10100100 | 0 | 111010 | 10110 | 10010 | 101000011 | 111010 | 111010 |
Color Harmonies of #D258A4
Complementary color
Monochromatic Colors of #D258A4
Black with #D258A4
Text Example
Text Example
White with #D258A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258A4; }
p { color: rgb(210,88,164); }
H1.HeaderClassName
{
color: #D258A4;
}
.AnyTagClassName
{
color: #D258A4;
}
</style>
background-color css
<style>
a { background-color: #D258A4; }
a { background-color: rgb(210,88,164); }
div.DivClassName
{
background-color: #D258A4;
}
.BgClassName
{
background-color: #D258A4;
}
</style>
border-color css
<style>
span { border-color: #D258A4; }
span { border-color: rgb(210,88,164); }
td.TdClassName
{
border-color: #D258A4;
}
.TagClassName
{
border-color: #D258A4;
}
</style>