Shades of Mulberry #D2449A
Tints of Mulberry #D2449A
RGB
CMYK
RGB Variations
Color information
#D2449A (or 0xD2449A) is known color: Mulberry. HEX triplet: D2, 44 and 9A. RGB value is (210,68,154). Sum of RGB (Red+Green+Blue) = 210+68+154=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2449A is #2DBB65. Grayscale: #787878. Windows color (decimal): -2997094 or 10110162. OLE color: 10110162.
HSL color Cylindrical-coordinate representation of color #D2449A: hue angle of 323.66º 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 #D2449A is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 154 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.18 |
| HSL | 323.66º | 0.61% | 0.55% | - |
| HSV(B) | 323.66º | 0.68% | 0.82% | - |
| XYZ | 34.48 | 20.17 | 32.65 | - |
| YUV | 120.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 154 | 0 | 0.68 | 0.27 | 0.18 | 323.66 | 0.61 | 0.55 |
| Hex | D2 | 44 | 9A | 0 | 44 | 1B | 12 | 144 | 3D | 37 |
| Octal | 322 | 104 | 232 | 0 | 104 | 33 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10011010 | 0 | 1000100 | 11011 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D2449A
Complementary color
Monochromatic Colors of #D2449A
Black with #D2449A
Text Example
Text Example
White with #D2449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2449A; }
p { color: rgb(210,68,154); }
H1.HeaderClassName
{
color: #D2449A;
}
.AnyTagClassName
{
color: #D2449A;
}
</style>
background-color css
<style>
a { background-color: #D2449A; }
a { background-color: rgb(210,68,154); }
div.DivClassName
{
background-color: #D2449A;
}
.BgClassName
{
background-color: #D2449A;
}
</style>
border-color css
<style>
span { border-color: #D2449A; }
span { border-color: rgb(210,68,154); }
td.TdClassName
{
border-color: #D2449A;
}
.TagClassName
{
border-color: #D2449A;
}
</style>