Shades of Mulberry #D2509D
Tints of Mulberry #D2509D
RGB
CMYK
RGB Variations
Color information
#D2509D (or 0xD2509D) is known color: Mulberry. HEX triplet: D2, 50 and 9D. RGB value is (210,80,157). Sum of RGB (Red+Green+Blue) = 210+80+157=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2509D is #2DAF62. Grayscale: #7F7F7F. Windows color (decimal): -2994019 or 10309842. OLE color: 10309842.
HSL color Cylindrical-coordinate representation of color #D2509D: hue angle of 324.46º 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 #D2509D is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 157 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.18 |
| HSL | 324.46º | 0.59% | 0.57% | - |
| HSV(B) | 324.46º | 0.62% | 0.82% | - |
| XYZ | 35.53 | 21.87 | 34.25 | - |
| YUV | 127.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 157 | 0 | 0.62 | 0.25 | 0.18 | 324.46 | 0.59 | 0.57 |
| Hex | D2 | 50 | 9D | 0 | 3E | 19 | 12 | 144 | 3B | 39 |
| Octal | 322 | 120 | 235 | 0 | 76 | 31 | 22 | 504 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10011101 | 0 | 111110 | 11001 | 10010 | 101000100 | 111011 | 111001 |
Color Harmonies of #D2509D
Complementary color
Monochromatic Colors of #D2509D
Black with #D2509D
Text Example
Text Example
White with #D2509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2509D; }
p { color: rgb(210,80,157); }
H1.HeaderClassName
{
color: #D2509D;
}
.AnyTagClassName
{
color: #D2509D;
}
</style>
background-color css
<style>
a { background-color: #D2509D; }
a { background-color: rgb(210,80,157); }
div.DivClassName
{
background-color: #D2509D;
}
.BgClassName
{
background-color: #D2509D;
}
</style>
border-color css
<style>
span { border-color: #D2509D; }
span { border-color: rgb(210,80,157); }
td.TdClassName
{
border-color: #D2509D;
}
.TagClassName
{
border-color: #D2509D;
}
</style>