Shades of Mulberry #D93FAA
Tints of Mulberry #D93FAA
RGB
CMYK
RGB Variations
Color information
#D93FAA (or 0xD93FAA) is known color: Mulberry. HEX triplet: D9, 3F and AA. RGB value is (217,63,170). Sum of RGB (Red+Green+Blue) = 217+63+170=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FAA is #26C055. Grayscale: #787878. Windows color (decimal): -2539606 or 11157465. OLE color: 11157465.
HSL color Cylindrical-coordinate representation of color #D93FAA: hue angle of 318.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FAA is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 170 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.15 |
| HSL | 318.31º | 0.67% | 0.55% | - |
| HSV(B) | 318.31º | 0.71% | 0.85% | - |
| XYZ | 37.65 | 21.21 | 40.14 | - |
| YUV | 121.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 170 | 0 | 0.71 | 0.22 | 0.15 | 318.31 | 0.67 | 0.55 |
| Hex | D9 | 3F | AA | 0 | 47 | 16 | F | 13E | 43 | 37 |
| Octal | 331 | 77 | 252 | 0 | 107 | 26 | 17 | 476 | 103 | 67 |
| Binary | 11011001 | 111111 | 10101010 | 0 | 1000111 | 10110 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #D93FAA
Complementary color
Monochromatic Colors of #D93FAA
Black with #D93FAA
Text Example
Text Example
White with #D93FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FAA; }
p { color: rgb(217,63,170); }
H1.HeaderClassName
{
color: #D93FAA;
}
.AnyTagClassName
{
color: #D93FAA;
}
</style>
background-color css
<style>
a { background-color: #D93FAA; }
a { background-color: rgb(217,63,170); }
div.DivClassName
{
background-color: #D93FAA;
}
.BgClassName
{
background-color: #D93FAA;
}
</style>
border-color css
<style>
span { border-color: #D93FAA; }
span { border-color: rgb(217,63,170); }
td.TdClassName
{
border-color: #D93FAA;
}
.TagClassName
{
border-color: #D93FAA;
}
</style>