Shades of Mulberry #D25496
Tints of Mulberry #D25496
RGB
CMYK
RGB Variations
Color information
#D25496 (or 0xD25496) is known color: Mulberry. HEX triplet: D2, 54 and 96. RGB value is (210,84,150). Sum of RGB (Red+Green+Blue) = 210+84+150=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25496 is #2DAB69. Grayscale: #818181. Windows color (decimal): -2993002 or 9852114. OLE color: 9852114.
HSL color Cylindrical-coordinate representation of color #D25496: hue angle of 328.57º 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 #D25496 is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 150 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.18 |
| HSL | 328.57º | 0.58% | 0.58% | - |
| HSV(B) | 328.57º | 0.6% | 0.82% | - |
| XYZ | 35.25 | 22.24 | 31.29 | - |
| YUV | 129.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 150 | 0 | 0.6 | 0.29 | 0.18 | 328.57 | 0.58 | 0.58 |
| Hex | D2 | 54 | 96 | 0 | 3C | 1D | 12 | 149 | 3A | 3A |
| Octal | 322 | 124 | 226 | 0 | 74 | 35 | 22 | 511 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10010110 | 0 | 111100 | 11101 | 10010 | 101001001 | 111010 | 111010 |
Color Harmonies of #D25496
Complementary color
Monochromatic Colors of #D25496
Black with #D25496
Text Example
Text Example
White with #D25496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25496; }
p { color: rgb(210,84,150); }
H1.HeaderClassName
{
color: #D25496;
}
.AnyTagClassName
{
color: #D25496;
}
</style>
background-color css
<style>
a { background-color: #D25496; }
a { background-color: rgb(210,84,150); }
div.DivClassName
{
background-color: #D25496;
}
.BgClassName
{
background-color: #D25496;
}
</style>
border-color css
<style>
span { border-color: #D25496; }
span { border-color: rgb(210,84,150); }
td.TdClassName
{
border-color: #D25496;
}
.TagClassName
{
border-color: #D25496;
}
</style>