Shades of Mulberry #D2458D
Tints of Mulberry #D2458D
RGB
CMYK
RGB Variations
Color information
#D2458D (or 0xD2458D) is known color: Mulberry. HEX triplet: D2, 45 and 8D. RGB value is (210,69,141). Sum of RGB (Red+Green+Blue) = 210+69+141=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2458D is #2DBA72. Grayscale: #777777. Windows color (decimal): -2996851 or 9258450. OLE color: 9258450.
HSL color Cylindrical-coordinate representation of color #D2458D: hue angle of 329.36º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2458D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 141 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.18 |
| HSL | 329.36º | 0.61% | 0.55% | - |
| HSV(B) | 329.36º | 0.67% | 0.82% | - |
| XYZ | 33.51 | 19.88 | 27.27 | - |
| YUV | 119.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 141 | 0 | 0.67 | 0.33 | 0.18 | 329.36 | 0.61 | 0.55 |
| Hex | D2 | 45 | 8D | 0 | 43 | 21 | 12 | 149 | 3D | 37 |
| Octal | 322 | 105 | 215 | 0 | 103 | 41 | 22 | 511 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10001101 | 0 | 1000011 | 100001 | 10010 | 101001001 | 111101 | 110111 |
Color Harmonies of #D2458D
Complementary color
Monochromatic Colors of #D2458D
Black with #D2458D
Text Example
Text Example
White with #D2458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2458D; }
p { color: rgb(210,69,141); }
H1.HeaderClassName
{
color: #D2458D;
}
.AnyTagClassName
{
color: #D2458D;
}
</style>
background-color css
<style>
a { background-color: #D2458D; }
a { background-color: rgb(210,69,141); }
div.DivClassName
{
background-color: #D2458D;
}
.BgClassName
{
background-color: #D2458D;
}
</style>
border-color css
<style>
span { border-color: #D2458D; }
span { border-color: rgb(210,69,141); }
td.TdClassName
{
border-color: #D2458D;
}
.TagClassName
{
border-color: #D2458D;
}
</style>