Shades of Mulberry #CD36A3
Tints of Mulberry #CD36A3
RGB
CMYK
RGB Variations
Color information
#CD36A3 (or 0xCD36A3) is known color: Mulberry. HEX triplet: CD, 36 and A3. RGB value is (205,54,163). Sum of RGB (Red+Green+Blue) = 205+54+163=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD36A3 is #32C95C. Grayscale: #6F6F6F. Windows color (decimal): -3328349 or 10696397. OLE color: 10696397.
HSL color Cylindrical-coordinate representation of color #CD36A3: hue angle of 316.69º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD36A3 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 163 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.20 |
| HSL | 316.69º | 0.6% | 0.51% | - |
| HSV(B) | 316.69º | 0.74% | 0.8% | - |
| XYZ | 33.11 | 18.26 | 36.43 | - |
| YUV | 111.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 163 | 0 | 0.74 | 0.20 | 0.20 | 316.69 | 0.6 | 0.51 |
| Hex | CD | 36 | A3 | 0 | 4A | 14 | 14 | 13D | 3C | 33 |
| Octal | 315 | 66 | 243 | 0 | 112 | 24 | 24 | 475 | 74 | 63 |
| Binary | 11001101 | 110110 | 10100011 | 0 | 1001010 | 10100 | 10100 | 100111101 | 111100 | 110011 |
Color Harmonies of #CD36A3
Complementary color
Monochromatic Colors of #CD36A3
Black with #CD36A3
Text Example
Text Example
White with #CD36A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36A3; }
p { color: rgb(205,54,163); }
H1.HeaderClassName
{
color: #CD36A3;
}
.AnyTagClassName
{
color: #CD36A3;
}
</style>
background-color css
<style>
a { background-color: #CD36A3; }
a { background-color: rgb(205,54,163); }
div.DivClassName
{
background-color: #CD36A3;
}
.BgClassName
{
background-color: #CD36A3;
}
</style>
border-color css
<style>
span { border-color: #CD36A3; }
span { border-color: rgb(205,54,163); }
td.TdClassName
{
border-color: #CD36A3;
}
.TagClassName
{
border-color: #CD36A3;
}
</style>