Shades of Mulberry #CD468A
Tints of Mulberry #CD468A
RGB
CMYK
RGB Variations
Color information
#CD468A (or 0xCD468A) is known color: Mulberry. HEX triplet: CD, 46 and 8A. RGB value is (205,70,138). Sum of RGB (Red+Green+Blue) = 205+70+138=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD468A is #32B975. Grayscale: #757575. Windows color (decimal): -3324278 or 9062093. OLE color: 9062093.
HSL color Cylindrical-coordinate representation of color #CD468A: hue angle of 329.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD468A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 138 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.20 |
| HSL | 329.78º | 0.57% | 0.54% | - |
| HSV(B) | 329.78º | 0.66% | 0.8% | - |
| XYZ | 31.95 | 19.19 | 26.07 | - |
| YUV | 118.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 138 | 0 | 0.66 | 0.33 | 0.20 | 329.78 | 0.57 | 0.54 |
| Hex | CD | 46 | 8A | 0 | 42 | 21 | 14 | 14A | 39 | 36 |
| Octal | 315 | 106 | 212 | 0 | 102 | 41 | 24 | 512 | 71 | 66 |
| Binary | 11001101 | 1000110 | 10001010 | 0 | 1000010 | 100001 | 10100 | 101001010 | 111001 | 110110 |
Color Harmonies of #CD468A
Complementary color
Monochromatic Colors of #CD468A
Black with #CD468A
Text Example
Text Example
White with #CD468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD468A; }
p { color: rgb(205,70,138); }
H1.HeaderClassName
{
color: #CD468A;
}
.AnyTagClassName
{
color: #CD468A;
}
</style>
background-color css
<style>
a { background-color: #CD468A; }
a { background-color: rgb(205,70,138); }
div.DivClassName
{
background-color: #CD468A;
}
.BgClassName
{
background-color: #CD468A;
}
</style>
border-color css
<style>
span { border-color: #CD468A; }
span { border-color: rgb(205,70,138); }
td.TdClassName
{
border-color: #CD468A;
}
.TagClassName
{
border-color: #CD468A;
}
</style>