Shades of Mulberry #D242AA
Tints of Mulberry #D242AA
RGB
CMYK
RGB Variations
Color information
#D242AA (or 0xD242AA) is known color: Mulberry. HEX triplet: D2, 42 and AA. RGB value is (210,66,170). Sum of RGB (Red+Green+Blue) = 210+66+170=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D242AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D242AA is #2DBD55. Grayscale: #787878. Windows color (decimal): -2997590 or 11158226. OLE color: 11158226.
HSL color Cylindrical-coordinate representation of color #D242AA: hue angle of 316.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D242AA is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 170 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.18 |
| HSL | 316.67º | 0.62% | 0.54% | - |
| HSV(B) | 316.67º | 0.69% | 0.82% | - |
| XYZ | 35.78 | 20.5 | 40.1 | - |
| YUV | 120.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 170 | 0 | 0.69 | 0.19 | 0.18 | 316.67 | 0.62 | 0.54 |
| Hex | D2 | 42 | AA | 0 | 45 | 13 | 12 | 13D | 3E | 36 |
| Octal | 322 | 102 | 252 | 0 | 105 | 23 | 22 | 475 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10101010 | 0 | 1000101 | 10011 | 10010 | 100111101 | 111110 | 110110 |
Color Harmonies of #D242AA
Complementary color
Monochromatic Colors of #D242AA
Black with #D242AA
Text Example
Text Example
White with #D242AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242AA; }
p { color: rgb(210,66,170); }
H1.HeaderClassName
{
color: #D242AA;
}
.AnyTagClassName
{
color: #D242AA;
}
</style>
background-color css
<style>
a { background-color: #D242AA; }
a { background-color: rgb(210,66,170); }
div.DivClassName
{
background-color: #D242AA;
}
.BgClassName
{
background-color: #D242AA;
}
</style>
border-color css
<style>
span { border-color: #D242AA; }
span { border-color: rgb(210,66,170); }
td.TdClassName
{
border-color: #D242AA;
}
.TagClassName
{
border-color: #D242AA;
}
</style>