Shades of Mulberry #D942AB
Tints of Mulberry #D942AB
RGB
CMYK
RGB Variations
Color information
#D942AB (or 0xD942AB) is known color: Mulberry. HEX triplet: D9, 42 and AB. RGB value is (217,66,171). Sum of RGB (Red+Green+Blue) = 217+66+171=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D942AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D942AB is #26BD54. Grayscale: #7A7A7A. Windows color (decimal): -2538837 or 11223769. OLE color: 11223769.
HSL color Cylindrical-coordinate representation of color #D942AB: hue angle of 318.28º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D942AB is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 171 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.15 |
| HSL | 318.28º | 0.67% | 0.55% | - |
| HSV(B) | 318.28º | 0.7% | 0.85% | - |
| XYZ | 37.91 | 21.59 | 40.7 | - |
| YUV | 123.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 171 | 0 | 0.70 | 0.21 | 0.15 | 318.28 | 0.67 | 0.55 |
| Hex | D9 | 42 | AB | 0 | 46 | 15 | F | 13E | 43 | 37 |
| Octal | 331 | 102 | 253 | 0 | 106 | 25 | 17 | 476 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10101011 | 0 | 1000110 | 10101 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #D942AB
Complementary color
Monochromatic Colors of #D942AB
Black with #D942AB
Text Example
Text Example
White with #D942AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942AB; }
p { color: rgb(217,66,171); }
H1.HeaderClassName
{
color: #D942AB;
}
.AnyTagClassName
{
color: #D942AB;
}
</style>
background-color css
<style>
a { background-color: #D942AB; }
a { background-color: rgb(217,66,171); }
div.DivClassName
{
background-color: #D942AB;
}
.BgClassName
{
background-color: #D942AB;
}
</style>
border-color css
<style>
span { border-color: #D942AB; }
span { border-color: rgb(217,66,171); }
td.TdClassName
{
border-color: #D942AB;
}
.TagClassName
{
border-color: #D942AB;
}
</style>