Shades of Mulberry #D25091
Tints of Mulberry #D25091
RGB
CMYK
RGB Variations
Color information
#D25091 (or 0xD25091) is known color: Mulberry. HEX triplet: D2, 50 and 91. RGB value is (210,80,145). Sum of RGB (Red+Green+Blue) = 210+80+145=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D25091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25091 is #2DAF6E. Grayscale: #7E7E7E. Windows color (decimal): -2994031 or 9523410. OLE color: 9523410.
HSL color Cylindrical-coordinate representation of color #D25091: hue angle of 330º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25091 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 145 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.18 |
| HSL | 330º | 0.59% | 0.57% | - |
| HSV(B) | 330º | 0.62% | 0.82% | - |
| XYZ | 34.56 | 21.48 | 29.11 | - |
| YUV | 126.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 145 | 0 | 0.62 | 0.31 | 0.18 | 330 | 0.59 | 0.57 |
| Hex | D2 | 50 | 91 | 0 | 3E | 1F | 12 | 14A | 3B | 39 |
| Octal | 322 | 120 | 221 | 0 | 76 | 37 | 22 | 512 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10010001 | 0 | 111110 | 11111 | 10010 | 101001010 | 111011 | 111001 |
Color Harmonies of #D25091
Complementary color
Monochromatic Colors of #D25091
Black with #D25091
Text Example
Text Example
White with #D25091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25091; }
p { color: rgb(210,80,145); }
H1.HeaderClassName
{
color: #D25091;
}
.AnyTagClassName
{
color: #D25091;
}
</style>
background-color css
<style>
a { background-color: #D25091; }
a { background-color: rgb(210,80,145); }
div.DivClassName
{
background-color: #D25091;
}
.BgClassName
{
background-color: #D25091;
}
</style>
border-color css
<style>
span { border-color: #D25091; }
span { border-color: rgb(210,80,145); }
td.TdClassName
{
border-color: #D25091;
}
.TagClassName
{
border-color: #D25091;
}
</style>