Shades of Mulberry #D2449B
Tints of Mulberry #D2449B
RGB
CMYK
RGB Variations
Color information
#D2449B (or 0xD2449B) is known color: Mulberry. HEX triplet: D2, 44 and 9B. RGB value is (210,68,155). Sum of RGB (Red+Green+Blue) = 210+68+155=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2449B is #2DBB64. Grayscale: #787878. Windows color (decimal): -2997093 or 10175698. OLE color: 10175698.
HSL color Cylindrical-coordinate representation of color #D2449B: hue angle of 323.24º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2449B is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 155 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.18 |
| HSL | 323.24º | 0.61% | 0.55% | - |
| HSV(B) | 323.24º | 0.68% | 0.82% | - |
| XYZ | 34.56 | 20.2 | 33.09 | - |
| YUV | 120.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 155 | 0 | 0.68 | 0.26 | 0.18 | 323.24 | 0.61 | 0.55 |
| Hex | D2 | 44 | 9B | 0 | 44 | 1A | 12 | 143 | 3D | 37 |
| Octal | 322 | 104 | 233 | 0 | 104 | 32 | 22 | 503 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10011011 | 0 | 1000100 | 11010 | 10010 | 101000011 | 111101 | 110111 |
Color Harmonies of #D2449B
Complementary color
Monochromatic Colors of #D2449B
Black with #D2449B
Text Example
Text Example
White with #D2449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2449B; }
p { color: rgb(210,68,155); }
H1.HeaderClassName
{
color: #D2449B;
}
.AnyTagClassName
{
color: #D2449B;
}
</style>
background-color css
<style>
a { background-color: #D2449B; }
a { background-color: rgb(210,68,155); }
div.DivClassName
{
background-color: #D2449B;
}
.BgClassName
{
background-color: #D2449B;
}
</style>
border-color css
<style>
span { border-color: #D2449B; }
span { border-color: rgb(210,68,155); }
td.TdClassName
{
border-color: #D2449B;
}
.TagClassName
{
border-color: #D2449B;
}
</style>