Shades of Mulberry #D2509B
Tints of Mulberry #D2509B
RGB
CMYK
RGB Variations
Color information
#D2509B (or 0xD2509B) is known color: Mulberry. HEX triplet: D2, 50 and 9B. RGB value is (210,80,155). Sum of RGB (Red+Green+Blue) = 210+80+155=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2509B is #2DAF64. Grayscale: #7F7F7F. Windows color (decimal): -2994021 or 10178770. OLE color: 10178770.
HSL color Cylindrical-coordinate representation of color #D2509B: hue angle of 325.38º 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 #D2509B is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 155 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.18 |
| HSL | 325.38º | 0.59% | 0.57% | - |
| HSV(B) | 325.38º | 0.62% | 0.82% | - |
| XYZ | 35.36 | 21.81 | 33.36 | - |
| YUV | 127.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 155 | 0 | 0.62 | 0.26 | 0.18 | 325.38 | 0.59 | 0.57 |
| Hex | D2 | 50 | 9B | 0 | 3E | 1A | 12 | 145 | 3B | 39 |
| Octal | 322 | 120 | 233 | 0 | 76 | 32 | 22 | 505 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10011011 | 0 | 111110 | 11010 | 10010 | 101000101 | 111011 | 111001 |
Color Harmonies of #D2509B
Complementary color
Monochromatic Colors of #D2509B
Black with #D2509B
Text Example
Text Example
White with #D2509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2509B; }
p { color: rgb(210,80,155); }
H1.HeaderClassName
{
color: #D2509B;
}
.AnyTagClassName
{
color: #D2509B;
}
</style>
background-color css
<style>
a { background-color: #D2509B; }
a { background-color: rgb(210,80,155); }
div.DivClassName
{
background-color: #D2509B;
}
.BgClassName
{
background-color: #D2509B;
}
</style>
border-color css
<style>
span { border-color: #D2509B; }
span { border-color: rgb(210,80,155); }
td.TdClassName
{
border-color: #D2509B;
}
.TagClassName
{
border-color: #D2509B;
}
</style>