Shades of Mulberry #D25792
Tints of Mulberry #D25792
RGB
CMYK
RGB Variations
Color information
#D25792 (or 0xD25792) is known color: Mulberry. HEX triplet: D2, 57 and 92. RGB value is (210,87,146). Sum of RGB (Red+Green+Blue) = 210+87+146=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25792 is #2DA86D. Grayscale: #828282. Windows color (decimal): -2992238 or 9590738. OLE color: 9590738.
HSL color Cylindrical-coordinate representation of color #D25792: hue angle of 331.22º 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 #D25792 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 146 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.18 |
| HSL | 331.22º | 0.58% | 0.58% | - |
| HSV(B) | 331.22º | 0.59% | 0.82% | - |
| XYZ | 35.17 | 22.59 | 29.7 | - |
| YUV | 130.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 146 | 0 | 0.59 | 0.30 | 0.18 | 331.22 | 0.58 | 0.58 |
| Hex | D2 | 57 | 92 | 0 | 3B | 1E | 12 | 14B | 3A | 3A |
| Octal | 322 | 127 | 222 | 0 | 73 | 36 | 22 | 513 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10010010 | 0 | 111011 | 11110 | 10010 | 101001011 | 111010 | 111010 |
Color Harmonies of #D25792
Complementary color
Monochromatic Colors of #D25792
Black with #D25792
Text Example
Text Example
White with #D25792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25792; }
p { color: rgb(210,87,146); }
H1.HeaderClassName
{
color: #D25792;
}
.AnyTagClassName
{
color: #D25792;
}
</style>
background-color css
<style>
a { background-color: #D25792; }
a { background-color: rgb(210,87,146); }
div.DivClassName
{
background-color: #D25792;
}
.BgClassName
{
background-color: #D25792;
}
</style>
border-color css
<style>
span { border-color: #D25792; }
span { border-color: rgb(210,87,146); }
td.TdClassName
{
border-color: #D25792;
}
.TagClassName
{
border-color: #D25792;
}
</style>