Shades of Mulberry #D2578F
Tints of Mulberry #D2578F
RGB
CMYK
RGB Variations
Color information
#D2578F (or 0xD2578F) is known color: Mulberry. HEX triplet: D2, 57 and 8F. RGB value is (210,87,143). Sum of RGB (Red+Green+Blue) = 210+87+143=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2578F is #2DA870. Grayscale: #828282. Windows color (decimal): -2992241 or 9394130. OLE color: 9394130.
HSL color Cylindrical-coordinate representation of color #D2578F: hue angle of 332.68º 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 #D2578F is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 143 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.18 |
| HSL | 332.68º | 0.58% | 0.58% | - |
| HSV(B) | 332.68º | 0.59% | 0.82% | - |
| XYZ | 34.94 | 22.5 | 28.49 | - |
| YUV | 130.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 143 | 0 | 0.59 | 0.32 | 0.18 | 332.68 | 0.58 | 0.58 |
| Hex | D2 | 57 | 8F | 0 | 3B | 20 | 12 | 14D | 3A | 3A |
| Octal | 322 | 127 | 217 | 0 | 73 | 40 | 22 | 515 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10001111 | 0 | 111011 | 100000 | 10010 | 101001101 | 111010 | 111010 |
Color Harmonies of #D2578F
Complementary color
Monochromatic Colors of #D2578F
Black with #D2578F
Text Example
Text Example
White with #D2578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2578F; }
p { color: rgb(210,87,143); }
H1.HeaderClassName
{
color: #D2578F;
}
.AnyTagClassName
{
color: #D2578F;
}
</style>
background-color css
<style>
a { background-color: #D2578F; }
a { background-color: rgb(210,87,143); }
div.DivClassName
{
background-color: #D2578F;
}
.BgClassName
{
background-color: #D2578F;
}
</style>
border-color css
<style>
span { border-color: #D2578F; }
span { border-color: rgb(210,87,143); }
td.TdClassName
{
border-color: #D2578F;
}
.TagClassName
{
border-color: #D2578F;
}
</style>