Shades of Mulberry #D2428D
Tints of Mulberry #D2428D
RGB
CMYK
RGB Variations
Color information
#D2428D (or 0xD2428D) is known color: Mulberry. HEX triplet: D2, 42 and 8D. RGB value is (210,66,141). Sum of RGB (Red+Green+Blue) = 210+66+141=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2428D is #2DBD72. Grayscale: #757575. Windows color (decimal): -2997619 or 9257682. OLE color: 9257682.
HSL color Cylindrical-coordinate representation of color #D2428D: hue angle of 328.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2428D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 141 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.18 |
| HSL | 328.75º | 0.62% | 0.54% | - |
| HSV(B) | 328.75º | 0.69% | 0.82% | - |
| XYZ | 33.33 | 19.52 | 27.21 | - |
| YUV | 117.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 141 | 0 | 0.69 | 0.33 | 0.18 | 328.75 | 0.62 | 0.54 |
| Hex | D2 | 42 | 8D | 0 | 45 | 21 | 12 | 149 | 3E | 36 |
| Octal | 322 | 102 | 215 | 0 | 105 | 41 | 22 | 511 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10001101 | 0 | 1000101 | 100001 | 10010 | 101001001 | 111110 | 110110 |
Color Harmonies of #D2428D
Complementary color
Monochromatic Colors of #D2428D
Black with #D2428D
Text Example
Text Example
White with #D2428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2428D; }
p { color: rgb(210,66,141); }
H1.HeaderClassName
{
color: #D2428D;
}
.AnyTagClassName
{
color: #D2428D;
}
</style>
background-color css
<style>
a { background-color: #D2428D; }
a { background-color: rgb(210,66,141); }
div.DivClassName
{
background-color: #D2428D;
}
.BgClassName
{
background-color: #D2428D;
}
</style>
border-color css
<style>
span { border-color: #D2428D; }
span { border-color: rgb(210,66,141); }
td.TdClassName
{
border-color: #D2428D;
}
.TagClassName
{
border-color: #D2428D;
}
</style>