Shades of Mulberry #D942AD
Tints of Mulberry #D942AD
RGB
CMYK
RGB Variations
Color information
#D942AD (or 0xD942AD) is known color: Mulberry. HEX triplet: D9, 42 and AD. RGB value is (217,66,173). Sum of RGB (Red+Green+Blue) = 217+66+173=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D942AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D942AD is #26BD52. Grayscale: #7B7B7B. Windows color (decimal): -2538835 or 11354841. OLE color: 11354841.
HSL color Cylindrical-coordinate representation of color #D942AD: hue angle of 317.48º 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 #D942AD is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 173 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.15 |
| HSL | 317.48º | 0.67% | 0.55% | - |
| HSV(B) | 317.48º | 0.7% | 0.85% | - |
| XYZ | 38.11 | 21.67 | 41.71 | - |
| YUV | 123.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 173 | 0 | 0.70 | 0.20 | 0.15 | 317.48 | 0.67 | 0.55 |
| Hex | D9 | 42 | AD | 0 | 46 | 14 | F | 13D | 43 | 37 |
| Octal | 331 | 102 | 255 | 0 | 106 | 24 | 17 | 475 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10101101 | 0 | 1000110 | 10100 | 1111 | 100111101 | 1000011 | 110111 |
Color Harmonies of #D942AD
Complementary color
Monochromatic Colors of #D942AD
Black with #D942AD
Text Example
Text Example
White with #D942AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942AD; }
p { color: rgb(217,66,173); }
H1.HeaderClassName
{
color: #D942AD;
}
.AnyTagClassName
{
color: #D942AD;
}
</style>
background-color css
<style>
a { background-color: #D942AD; }
a { background-color: rgb(217,66,173); }
div.DivClassName
{
background-color: #D942AD;
}
.BgClassName
{
background-color: #D942AD;
}
</style>
border-color css
<style>
span { border-color: #D942AD; }
span { border-color: rgb(217,66,173); }
td.TdClassName
{
border-color: #D942AD;
}
.TagClassName
{
border-color: #D942AD;
}
</style>