Shades of Mulberry #D942A8
Tints of Mulberry #D942A8
RGB
CMYK
RGB Variations
Color information
#D942A8 (or 0xD942A8) is known color: Mulberry. HEX triplet: D9, 42 and A8. RGB value is (217,66,168). Sum of RGB (Red+Green+Blue) = 217+66+168=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D942A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D942A8 is #26BD57. Grayscale: #7A7A7A. Windows color (decimal): -2538840 or 11027161. OLE color: 11027161.
HSL color Cylindrical-coordinate representation of color #D942A8: hue angle of 319.47º 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 #D942A8 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 168 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.15 |
| HSL | 319.47º | 0.67% | 0.55% | - |
| HSV(B) | 319.47º | 0.7% | 0.85% | - |
| XYZ | 37.63 | 21.48 | 39.21 | - |
| YUV | 122.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 168 | 0 | 0.70 | 0.23 | 0.15 | 319.47 | 0.67 | 0.55 |
| Hex | D9 | 42 | A8 | 0 | 46 | 17 | F | 13F | 43 | 37 |
| Octal | 331 | 102 | 250 | 0 | 106 | 27 | 17 | 477 | 103 | 67 |
| Binary | 11011001 | 1000010 | 10101000 | 0 | 1000110 | 10111 | 1111 | 100111111 | 1000011 | 110111 |
Color Harmonies of #D942A8
Complementary color
Monochromatic Colors of #D942A8
Black with #D942A8
Text Example
Text Example
White with #D942A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942A8; }
p { color: rgb(217,66,168); }
H1.HeaderClassName
{
color: #D942A8;
}
.AnyTagClassName
{
color: #D942A8;
}
</style>
background-color css
<style>
a { background-color: #D942A8; }
a { background-color: rgb(217,66,168); }
div.DivClassName
{
background-color: #D942A8;
}
.BgClassName
{
background-color: #D942A8;
}
</style>
border-color css
<style>
span { border-color: #D942A8; }
span { border-color: rgb(217,66,168); }
td.TdClassName
{
border-color: #D942A8;
}
.TagClassName
{
border-color: #D942A8;
}
</style>