Shades of Mulberry #CD53A1
Tints of Mulberry #CD53A1
RGB
CMYK
RGB Variations
Color information
#CD53A1 (or 0xCD53A1) is known color: Mulberry. HEX triplet: CD, 53 and A1. RGB value is (205,83,161). Sum of RGB (Red+Green+Blue) = 205+83+161=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD53A1 is #32AC5E. Grayscale: #808080. Windows color (decimal): -3320927 or 10572749. OLE color: 10572749.
HSL color Cylindrical-coordinate representation of color #CD53A1: hue angle of 321.64º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD53A1 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 161 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.20 |
| HSL | 321.64º | 0.55% | 0.56% | - |
| HSV(B) | 321.64º | 0.6% | 0.8% | - |
| XYZ | 34.7 | 21.74 | 36.09 | - |
| YUV | 128.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 161 | 0 | 0.60 | 0.21 | 0.20 | 321.64 | 0.55 | 0.56 |
| Hex | CD | 53 | A1 | 0 | 3C | 15 | 14 | 142 | 37 | 38 |
| Octal | 315 | 123 | 241 | 0 | 74 | 25 | 24 | 502 | 67 | 70 |
| Binary | 11001101 | 1010011 | 10100001 | 0 | 111100 | 10101 | 10100 | 101000010 | 110111 | 111000 |
Color Harmonies of #CD53A1
Complementary color
Monochromatic Colors of #CD53A1
Black with #CD53A1
Text Example
Text Example
White with #CD53A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53A1; }
p { color: rgb(205,83,161); }
H1.HeaderClassName
{
color: #CD53A1;
}
.AnyTagClassName
{
color: #CD53A1;
}
</style>
background-color css
<style>
a { background-color: #CD53A1; }
a { background-color: rgb(205,83,161); }
div.DivClassName
{
background-color: #CD53A1;
}
.BgClassName
{
background-color: #CD53A1;
}
</style>
border-color css
<style>
span { border-color: #CD53A1; }
span { border-color: rgb(205,83,161); }
td.TdClassName
{
border-color: #CD53A1;
}
.TagClassName
{
border-color: #CD53A1;
}
</style>