Shades of Mulberry #D2449D
Tints of Mulberry #D2449D
RGB
CMYK
RGB Variations
Color information
#D2449D (or 0xD2449D) is known color: Mulberry. HEX triplet: D2, 44 and 9D. RGB value is (210,68,157). Sum of RGB (Red+Green+Blue) = 210+68+157=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2449D is #2DBB62. Grayscale: #787878. Windows color (decimal): -2997091 or 10306770. OLE color: 10306770.
HSL color Cylindrical-coordinate representation of color #D2449D: hue angle of 322.39º 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 #D2449D is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 68 | 157 | - |
CMYK | 0 | 0.68 | 0.25 | 0.18 |
HSL | 322.39º | 0.61% | 0.55% | - |
HSV(B) | 322.39º | 0.68% | 0.82% | - |
XYZ | 34.73 | 20.27 | 33.98 | - |
YUV | 120.6 | 148.54 | 191.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 68 | 157 | 0 | 0.68 | 0.25 | 0.18 | 322.39 | 0.61 | 0.55 |
Hex | D2 | 44 | 9D | 0 | 44 | 19 | 12 | 142 | 3D | 37 |
Octal | 322 | 104 | 235 | 0 | 104 | 31 | 22 | 502 | 75 | 67 |
Binary | 11010010 | 1000100 | 10011101 | 0 | 1000100 | 11001 | 10010 | 101000010 | 111101 | 110111 |
Color Harmonies of #D2449D
Complementary color
Monochromatic Colors of #D2449D
Black with #D2449D
Text Example
Text Example
White with #D2449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2449D; }
p { color: rgb(210,68,157); }
H1.HeaderClassName
{
color: #D2449D;
}
.AnyTagClassName
{
color: #D2449D;
}
</style>
background-color css
<style>
a { background-color: #D2449D; }
a { background-color: rgb(210,68,157); }
div.DivClassName
{
background-color: #D2449D;
}
.BgClassName
{
background-color: #D2449D;
}
</style>
border-color css
<style>
span { border-color: #D2449D; }
span { border-color: rgb(210,68,157); }
td.TdClassName
{
border-color: #D2449D;
}
.TagClassName
{
border-color: #D2449D;
}
</style>