Shades of Mulberry #CD4AAA
Tints of Mulberry #CD4AAA
RGB
CMYK
RGB Variations
Color information
#CD4AAA (or 0xCD4AAA) is known color: Mulberry. HEX triplet: CD, 4A and AA. RGB value is (205,74,170). Sum of RGB (Red+Green+Blue) = 205+74+170=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4AAA is #32B555. Grayscale: #7B7B7B. Windows color (decimal): -3323222 or 11160269. OLE color: 11160269.
HSL color Cylindrical-coordinate representation of color #CD4AAA: hue angle of 316.03º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4AAA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 170 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.20 |
| HSL | 316.03º | 0.57% | 0.55% | - |
| HSV(B) | 316.03º | 0.64% | 0.8% | - |
| XYZ | 34.88 | 20.78 | 40.2 | - |
| YUV | 124.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 170 | 0 | 0.64 | 0.17 | 0.20 | 316.03 | 0.57 | 0.55 |
| Hex | CD | 4A | AA | 0 | 40 | 11 | 14 | 13C | 39 | 37 |
| Octal | 315 | 112 | 252 | 0 | 100 | 21 | 24 | 474 | 71 | 67 |
| Binary | 11001101 | 1001010 | 10101010 | 0 | 1000000 | 10001 | 10100 | 100111100 | 111001 | 110111 |
Color Harmonies of #CD4AAA
Complementary color
Monochromatic Colors of #CD4AAA
Black with #CD4AAA
Text Example
Text Example
White with #CD4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4AAA; }
p { color: rgb(205,74,170); }
H1.HeaderClassName
{
color: #CD4AAA;
}
.AnyTagClassName
{
color: #CD4AAA;
}
</style>
background-color css
<style>
a { background-color: #CD4AAA; }
a { background-color: rgb(205,74,170); }
div.DivClassName
{
background-color: #CD4AAA;
}
.BgClassName
{
background-color: #CD4AAA;
}
</style>
border-color css
<style>
span { border-color: #CD4AAA; }
span { border-color: rgb(205,74,170); }
td.TdClassName
{
border-color: #CD4AAA;
}
.TagClassName
{
border-color: #CD4AAA;
}
</style>