Shades of Mulberry #D43CAA
Tints of Mulberry #D43CAA
RGB
CMYK
RGB Variations
Color information
#D43CAA (or 0xD43CAA) is known color: Mulberry. HEX triplet: D4, 3C and AA. RGB value is (212,60,170). Sum of RGB (Red+Green+Blue) = 212+60+170=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43CAA is #2BC355. Grayscale: #757575. Windows color (decimal): -2868054 or 11156692. OLE color: 11156692.
HSL color Cylindrical-coordinate representation of color #D43CAA: hue angle of 316.58º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CAA is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 170 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.17 |
| HSL | 316.58º | 0.64% | 0.53% | - |
| HSV(B) | 316.58º | 0.72% | 0.83% | - |
| XYZ | 36.02 | 20.13 | 40.02 | - |
| YUV | 117.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 170 | 0 | 0.72 | 0.20 | 0.17 | 316.58 | 0.64 | 0.53 |
| Hex | D4 | 3C | AA | 0 | 48 | 14 | 11 | 13D | 40 | 35 |
| Octal | 324 | 74 | 252 | 0 | 110 | 24 | 21 | 475 | 100 | 65 |
| Binary | 11010100 | 111100 | 10101010 | 0 | 1001000 | 10100 | 10001 | 100111101 | 1000000 | 110101 |
Color Harmonies of #D43CAA
Complementary color
Monochromatic Colors of #D43CAA
Black with #D43CAA
Text Example
Text Example
White with #D43CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CAA; }
p { color: rgb(212,60,170); }
H1.HeaderClassName
{
color: #D43CAA;
}
.AnyTagClassName
{
color: #D43CAA;
}
</style>
background-color css
<style>
a { background-color: #D43CAA; }
a { background-color: rgb(212,60,170); }
div.DivClassName
{
background-color: #D43CAA;
}
.BgClassName
{
background-color: #D43CAA;
}
</style>
border-color css
<style>
span { border-color: #D43CAA; }
span { border-color: rgb(212,60,170); }
td.TdClassName
{
border-color: #D43CAA;
}
.TagClassName
{
border-color: #D43CAA;
}
</style>