Shades of Mulberry #CD468F
Tints of Mulberry #CD468F
RGB
CMYK
RGB Variations
Color information
#CD468F (or 0xCD468F) is known color: Mulberry. HEX triplet: CD, 46 and 8F. RGB value is (205,70,143). Sum of RGB (Red+Green+Blue) = 205+70+143=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD468F is #32B970. Grayscale: #767676. Windows color (decimal): -3324273 or 9389773. OLE color: 9389773.
HSL color Cylindrical-coordinate representation of color #CD468F: hue angle of 327.56º 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 #CD468F is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 143 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.20 |
| HSL | 327.56º | 0.57% | 0.54% | - |
| HSV(B) | 327.56º | 0.66% | 0.8% | - |
| XYZ | 32.32 | 19.34 | 28.02 | - |
| YUV | 118.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 143 | 0 | 0.66 | 0.30 | 0.20 | 327.56 | 0.57 | 0.54 |
| Hex | CD | 46 | 8F | 0 | 42 | 1E | 14 | 148 | 39 | 36 |
| Octal | 315 | 106 | 217 | 0 | 102 | 36 | 24 | 510 | 71 | 66 |
| Binary | 11001101 | 1000110 | 10001111 | 0 | 1000010 | 11110 | 10100 | 101001000 | 111001 | 110110 |
Color Harmonies of #CD468F
Complementary color
Monochromatic Colors of #CD468F
Black with #CD468F
Text Example
Text Example
White with #CD468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD468F; }
p { color: rgb(205,70,143); }
H1.HeaderClassName
{
color: #CD468F;
}
.AnyTagClassName
{
color: #CD468F;
}
</style>
background-color css
<style>
a { background-color: #CD468F; }
a { background-color: rgb(205,70,143); }
div.DivClassName
{
background-color: #CD468F;
}
.BgClassName
{
background-color: #CD468F;
}
</style>
border-color css
<style>
span { border-color: #CD468F; }
span { border-color: rgb(205,70,143); }
td.TdClassName
{
border-color: #CD468F;
}
.TagClassName
{
border-color: #CD468F;
}
</style>