Shades of Mulberry #D243A0
Tints of Mulberry #D243A0
RGB
CMYK
RGB Variations
Color information
#D243A0 (or 0xD243A0) is known color: Mulberry. HEX triplet: D2, 43 and A0. RGB value is (210,67,160). Sum of RGB (Red+Green+Blue) = 210+67+160=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D243A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D243A0 is #2DBC5F. Grayscale: #787878. Windows color (decimal): -2997344 or 10503122. OLE color: 10503122.
HSL color Cylindrical-coordinate representation of color #D243A0: hue angle of 320.98º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D243A0 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 160 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.18 |
| HSL | 320.98º | 0.61% | 0.54% | - |
| HSV(B) | 320.98º | 0.68% | 0.82% | - |
| XYZ | 34.93 | 20.25 | 35.33 | - |
| YUV | 120.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 160 | 0 | 0.68 | 0.24 | 0.18 | 320.98 | 0.61 | 0.54 |
| Hex | D2 | 43 | A0 | 0 | 44 | 18 | 12 | 141 | 3D | 36 |
| Octal | 322 | 103 | 240 | 0 | 104 | 30 | 22 | 501 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10100000 | 0 | 1000100 | 11000 | 10010 | 101000001 | 111101 | 110110 |
Color Harmonies of #D243A0
Complementary color
Monochromatic Colors of #D243A0
Black with #D243A0
Text Example
Text Example
White with #D243A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243A0; }
p { color: rgb(210,67,160); }
H1.HeaderClassName
{
color: #D243A0;
}
.AnyTagClassName
{
color: #D243A0;
}
</style>
background-color css
<style>
a { background-color: #D243A0; }
a { background-color: rgb(210,67,160); }
div.DivClassName
{
background-color: #D243A0;
}
.BgClassName
{
background-color: #D243A0;
}
</style>
border-color css
<style>
span { border-color: #D243A0; }
span { border-color: rgb(210,67,160); }
td.TdClassName
{
border-color: #D243A0;
}
.TagClassName
{
border-color: #D243A0;
}
</style>