Shades of Mulberry #D25593
Tints of Mulberry #D25593
RGB
CMYK
RGB Variations
Color information
#D25593 (or 0xD25593) is known color: Mulberry. HEX triplet: D2, 55 and 93. RGB value is (210,85,147). Sum of RGB (Red+Green+Blue) = 210+85+147=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D25593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25593 is #2DAA6C. Grayscale: #818181. Windows color (decimal): -2992749 or 9655762. OLE color: 9655762.
HSL color Cylindrical-coordinate representation of color #D25593: hue angle of 330.24º 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 #D25593 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 147 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.18 |
| HSL | 330.24º | 0.58% | 0.58% | - |
| HSV(B) | 330.24º | 0.6% | 0.82% | - |
| XYZ | 35.09 | 22.31 | 30.06 | - |
| YUV | 129.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 147 | 0 | 0.60 | 0.30 | 0.18 | 330.24 | 0.58 | 0.58 |
| Hex | D2 | 55 | 93 | 0 | 3C | 1E | 12 | 14A | 3A | 3A |
| Octal | 322 | 125 | 223 | 0 | 74 | 36 | 22 | 512 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10010011 | 0 | 111100 | 11110 | 10010 | 101001010 | 111010 | 111010 |
Color Harmonies of #D25593
Complementary color
Monochromatic Colors of #D25593
Black with #D25593
Text Example
Text Example
White with #D25593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25593; }
p { color: rgb(210,85,147); }
H1.HeaderClassName
{
color: #D25593;
}
.AnyTagClassName
{
color: #D25593;
}
</style>
background-color css
<style>
a { background-color: #D25593; }
a { background-color: rgb(210,85,147); }
div.DivClassName
{
background-color: #D25593;
}
.BgClassName
{
background-color: #D25593;
}
</style>
border-color css
<style>
span { border-color: #D25593; }
span { border-color: rgb(210,85,147); }
td.TdClassName
{
border-color: #D25593;
}
.TagClassName
{
border-color: #D25593;
}
</style>