Shades of Mulberry #D34FAA
Tints of Mulberry #D34FAA
RGB
CMYK
RGB Variations
Color information
#D34FAA (or 0xD34FAA) is known color: Mulberry. HEX triplet: D3, 4F and AA. RGB value is (211,79,170). Sum of RGB (Red+Green+Blue) = 211+79+170=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FAA is #2CB055. Grayscale: #808080. Windows color (decimal): -2928726 or 11161555. OLE color: 11161555.
HSL color Cylindrical-coordinate representation of color #D34FAA: hue angle of 318.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34FAA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 170 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.17 |
| HSL | 318.64º | 0.6% | 0.57% | - |
| HSV(B) | 318.64º | 0.63% | 0.83% | - |
| XYZ | 36.92 | 22.34 | 40.4 | - |
| YUV | 128.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 170 | 0 | 0.63 | 0.19 | 0.17 | 318.64 | 0.6 | 0.57 |
| Hex | D3 | 4F | AA | 0 | 3F | 13 | 11 | 13F | 3C | 39 |
| Octal | 323 | 117 | 252 | 0 | 77 | 23 | 21 | 477 | 74 | 71 |
| Binary | 11010011 | 1001111 | 10101010 | 0 | 111111 | 10011 | 10001 | 100111111 | 111100 | 111001 |
Color Harmonies of #D34FAA
Complementary color
Monochromatic Colors of #D34FAA
Black with #D34FAA
Text Example
Text Example
White with #D34FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FAA; }
p { color: rgb(211,79,170); }
H1.HeaderClassName
{
color: #D34FAA;
}
.AnyTagClassName
{
color: #D34FAA;
}
</style>
background-color css
<style>
a { background-color: #D34FAA; }
a { background-color: rgb(211,79,170); }
div.DivClassName
{
background-color: #D34FAA;
}
.BgClassName
{
background-color: #D34FAA;
}
</style>
border-color css
<style>
span { border-color: #D34FAA; }
span { border-color: rgb(211,79,170); }
td.TdClassName
{
border-color: #D34FAA;
}
.TagClassName
{
border-color: #D34FAA;
}
</style>