Shades of Mulberry #CD44A8
Tints of Mulberry #CD44A8
RGB
CMYK
RGB Variations
Color information
#CD44A8 (or 0xCD44A8) is known color: Mulberry. HEX triplet: CD, 44 and A8. RGB value is (205,68,168). Sum of RGB (Red+Green+Blue) = 205+68+168=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD44A8 is #32BB57. Grayscale: #787878. Windows color (decimal): -3324760 or 11027661. OLE color: 11027661.
HSL color Cylindrical-coordinate representation of color #CD44A8: hue angle of 316.2º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD44A8 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 168 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.20 |
| HSL | 316.2º | 0.58% | 0.54% | - |
| HSV(B) | 316.2º | 0.67% | 0.8% | - |
| XYZ | 34.31 | 19.94 | 39.09 | - |
| YUV | 120.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 168 | 0 | 0.67 | 0.18 | 0.20 | 316.2 | 0.58 | 0.54 |
| Hex | CD | 44 | A8 | 0 | 43 | 12 | 14 | 13C | 3A | 36 |
| Octal | 315 | 104 | 250 | 0 | 103 | 22 | 24 | 474 | 72 | 66 |
| Binary | 11001101 | 1000100 | 10101000 | 0 | 1000011 | 10010 | 10100 | 100111100 | 111010 | 110110 |
Color Harmonies of #CD44A8
Complementary color
Monochromatic Colors of #CD44A8
Black with #CD44A8
Text Example
Text Example
White with #CD44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD44A8; }
p { color: rgb(205,68,168); }
H1.HeaderClassName
{
color: #CD44A8;
}
.AnyTagClassName
{
color: #CD44A8;
}
</style>
background-color css
<style>
a { background-color: #CD44A8; }
a { background-color: rgb(205,68,168); }
div.DivClassName
{
background-color: #CD44A8;
}
.BgClassName
{
background-color: #CD44A8;
}
</style>
border-color css
<style>
span { border-color: #CD44A8; }
span { border-color: rgb(205,68,168); }
td.TdClassName
{
border-color: #CD44A8;
}
.TagClassName
{
border-color: #CD44A8;
}
</style>