Shades of Mulberry #CD569D
Tints of Mulberry #CD569D
RGB
CMYK
RGB Variations
Color information
#CD569D (or 0xCD569D) is known color: Mulberry. HEX triplet: CD, 56 and 9D. RGB value is (205,86,157). Sum of RGB (Red+Green+Blue) = 205+86+157=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD569D is #32A962. Grayscale: #818181. Windows color (decimal): -3320163 or 10311373. OLE color: 10311373.
HSL color Cylindrical-coordinate representation of color #CD569D: hue angle of 324.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD569D is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 86 | 157 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.20 |
| HSL | 324.2º | 0.54% | 0.57% | - |
| HSV(B) | 324.2º | 0.58% | 0.8% | - |
| XYZ | 34.59 | 22.07 | 34.33 | - |
| YUV | 129.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 157 | 0 | 0.58 | 0.23 | 0.20 | 324.2 | 0.54 | 0.57 |
| Hex | CD | 56 | 9D | 0 | 3A | 17 | 14 | 144 | 36 | 39 |
| Octal | 315 | 126 | 235 | 0 | 72 | 27 | 24 | 504 | 66 | 71 |
| Binary | 11001101 | 1010110 | 10011101 | 0 | 111010 | 10111 | 10100 | 101000100 | 110110 | 111001 |
Color Harmonies of #CD569D
Complementary color
Monochromatic Colors of #CD569D
Black with #CD569D
Text Example
Text Example
White with #CD569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD569D; }
p { color: rgb(205,86,157); }
H1.HeaderClassName
{
color: #CD569D;
}
.AnyTagClassName
{
color: #CD569D;
}
</style>
background-color css
<style>
a { background-color: #CD569D; }
a { background-color: rgb(205,86,157); }
div.DivClassName
{
background-color: #CD569D;
}
.BgClassName
{
background-color: #CD569D;
}
</style>
border-color css
<style>
span { border-color: #CD569D; }
span { border-color: rgb(205,86,157); }
td.TdClassName
{
border-color: #CD569D;
}
.TagClassName
{
border-color: #CD569D;
}
</style>