Shades of Mulberry #D25698
Tints of Mulberry #D25698
RGB
CMYK
RGB Variations
Color information
#D25698 (or 0xD25698) is known color: Mulberry. HEX triplet: D2, 56 and 98. RGB value is (210,86,152). Sum of RGB (Red+Green+Blue) = 210+86+152=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D25698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25698 is #2DA967. Grayscale: #828282. Windows color (decimal): -2992488 or 9983698. OLE color: 9983698.
HSL color Cylindrical-coordinate representation of color #D25698: hue angle of 328.06º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25698 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 152 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.18 |
| HSL | 328.06º | 0.58% | 0.58% | - |
| HSV(B) | 328.06º | 0.59% | 0.82% | - |
| XYZ | 35.57 | 22.62 | 32.2 | - |
| YUV | 130.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 152 | 0 | 0.59 | 0.28 | 0.18 | 328.06 | 0.58 | 0.58 |
| Hex | D2 | 56 | 98 | 0 | 3B | 1C | 12 | 148 | 3A | 3A |
| Octal | 322 | 126 | 230 | 0 | 73 | 34 | 22 | 510 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10011000 | 0 | 111011 | 11100 | 10010 | 101001000 | 111010 | 111010 |
Color Harmonies of #D25698
Complementary color
Monochromatic Colors of #D25698
Black with #D25698
Text Example
Text Example
White with #D25698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25698; }
p { color: rgb(210,86,152); }
H1.HeaderClassName
{
color: #D25698;
}
.AnyTagClassName
{
color: #D25698;
}
</style>
background-color css
<style>
a { background-color: #D25698; }
a { background-color: rgb(210,86,152); }
div.DivClassName
{
background-color: #D25698;
}
.BgClassName
{
background-color: #D25698;
}
</style>
border-color css
<style>
span { border-color: #D25698; }
span { border-color: rgb(210,86,152); }
td.TdClassName
{
border-color: #D25698;
}
.TagClassName
{
border-color: #D25698;
}
</style>