Shades of Mulberry #CD50A8
Tints of Mulberry #CD50A8
RGB
CMYK
RGB Variations
Color information
#CD50A8 (or 0xCD50A8) is known color: Mulberry. HEX triplet: CD, 50 and A8. RGB value is (205,80,168). Sum of RGB (Red+Green+Blue) = 205+80+168=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD50A8 is #32AF57. Grayscale: #7F7F7F. Windows color (decimal): -3321688 or 11030733. OLE color: 11030733.
HSL color Cylindrical-coordinate representation of color #CD50A8: hue angle of 317.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD50A8 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 168 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.20 |
| HSL | 317.76º | 0.56% | 0.56% | - |
| HSV(B) | 317.76º | 0.61% | 0.8% | - |
| XYZ | 35.11 | 21.54 | 39.35 | - |
| YUV | 127.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 168 | 0 | 0.61 | 0.18 | 0.20 | 317.76 | 0.56 | 0.56 |
| Hex | CD | 50 | A8 | 0 | 3D | 12 | 14 | 13E | 38 | 38 |
| Octal | 315 | 120 | 250 | 0 | 75 | 22 | 24 | 476 | 70 | 70 |
| Binary | 11001101 | 1010000 | 10101000 | 0 | 111101 | 10010 | 10100 | 100111110 | 111000 | 111000 |
Color Harmonies of #CD50A8
Complementary color
Monochromatic Colors of #CD50A8
Black with #CD50A8
Text Example
Text Example
White with #CD50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50A8; }
p { color: rgb(205,80,168); }
H1.HeaderClassName
{
color: #CD50A8;
}
.AnyTagClassName
{
color: #CD50A8;
}
</style>
background-color css
<style>
a { background-color: #CD50A8; }
a { background-color: rgb(205,80,168); }
div.DivClassName
{
background-color: #CD50A8;
}
.BgClassName
{
background-color: #CD50A8;
}
</style>
border-color css
<style>
span { border-color: #CD50A8; }
span { border-color: rgb(205,80,168); }
td.TdClassName
{
border-color: #CD50A8;
}
.TagClassName
{
border-color: #CD50A8;
}
</style>