Shades of Mulberry #D243AB
Tints of Mulberry #D243AB
RGB
CMYK
RGB Variations
Color information
#D243AB (or 0xD243AB) is known color: Mulberry. HEX triplet: D2, 43 and AB. RGB value is (210,67,171). Sum of RGB (Red+Green+Blue) = 210+67+171=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D243AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D243AB is #2DBC54. Grayscale: #797979. Windows color (decimal): -2997333 or 11224018. OLE color: 11224018.
HSL color Cylindrical-coordinate representation of color #D243AB: hue angle of 316.36º 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 #D243AB is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 171 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.18 |
| HSL | 316.36º | 0.61% | 0.54% | - |
| HSV(B) | 316.36º | 0.68% | 0.82% | - |
| XYZ | 35.94 | 20.66 | 40.62 | - |
| YUV | 121.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 171 | 0 | 0.68 | 0.19 | 0.18 | 316.36 | 0.61 | 0.54 |
| Hex | D2 | 43 | AB | 0 | 44 | 13 | 12 | 13C | 3D | 36 |
| Octal | 322 | 103 | 253 | 0 | 104 | 23 | 22 | 474 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10101011 | 0 | 1000100 | 10011 | 10010 | 100111100 | 111101 | 110110 |
Color Harmonies of #D243AB
Complementary color
Monochromatic Colors of #D243AB
Black with #D243AB
Text Example
Text Example
White with #D243AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243AB; }
p { color: rgb(210,67,171); }
H1.HeaderClassName
{
color: #D243AB;
}
.AnyTagClassName
{
color: #D243AB;
}
</style>
background-color css
<style>
a { background-color: #D243AB; }
a { background-color: rgb(210,67,171); }
div.DivClassName
{
background-color: #D243AB;
}
.BgClassName
{
background-color: #D243AB;
}
</style>
border-color css
<style>
span { border-color: #D243AB; }
span { border-color: rgb(210,67,171); }
td.TdClassName
{
border-color: #D243AB;
}
.TagClassName
{
border-color: #D243AB;
}
</style>