Shades of Mulberry #CD449A
Tints of Mulberry #CD449A
RGB
CMYK
RGB Variations
Color information
#CD449A (or 0xCD449A) is known color: Mulberry. HEX triplet: CD, 44 and 9A. RGB value is (205,68,154). Sum of RGB (Red+Green+Blue) = 205+68+154=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD449A is #32BB65. Grayscale: #767676. Windows color (decimal): -3324774 or 10110157. OLE color: 10110157.
HSL color Cylindrical-coordinate representation of color #CD449A: hue angle of 322.34º 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 #CD449A is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 154 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.20 |
| HSL | 322.34º | 0.58% | 0.54% | - |
| HSV(B) | 322.34º | 0.67% | 0.8% | - |
| XYZ | 33.08 | 19.45 | 32.58 | - |
| YUV | 118.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 154 | 0 | 0.67 | 0.25 | 0.20 | 322.34 | 0.58 | 0.54 |
| Hex | CD | 44 | 9A | 0 | 43 | 19 | 14 | 142 | 3A | 36 |
| Octal | 315 | 104 | 232 | 0 | 103 | 31 | 24 | 502 | 72 | 66 |
| Binary | 11001101 | 1000100 | 10011010 | 0 | 1000011 | 11001 | 10100 | 101000010 | 111010 | 110110 |
Color Harmonies of #CD449A
Complementary color
Monochromatic Colors of #CD449A
Black with #CD449A
Text Example
Text Example
White with #CD449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD449A; }
p { color: rgb(205,68,154); }
H1.HeaderClassName
{
color: #CD449A;
}
.AnyTagClassName
{
color: #CD449A;
}
</style>
background-color css
<style>
a { background-color: #CD449A; }
a { background-color: rgb(205,68,154); }
div.DivClassName
{
background-color: #CD449A;
}
.BgClassName
{
background-color: #CD449A;
}
</style>
border-color css
<style>
span { border-color: #CD449A; }
span { border-color: rgb(205,68,154); }
td.TdClassName
{
border-color: #CD449A;
}
.TagClassName
{
border-color: #CD449A;
}
</style>