Shades of Mulberry #CD4487
Tints of Mulberry #CD4487
RGB
CMYK
RGB Variations
Color information
#CD4487 (or 0xCD4487) is known color: Mulberry. HEX triplet: CD, 44 and 87. RGB value is (205,68,135). Sum of RGB (Red+Green+Blue) = 205+68+135=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4487 is #32BB78. Grayscale: #747474. Windows color (decimal): -3324793 or 8864973. OLE color: 8864973.
HSL color Cylindrical-coordinate representation of color #CD4487: hue angle of 330.66º 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 #CD4487 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 135 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.20 |
| HSL | 330.66º | 0.58% | 0.54% | - |
| HSV(B) | 330.66º | 0.67% | 0.8% | - |
| XYZ | 31.62 | 18.86 | 24.9 | - |
| YUV | 116.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 135 | 0 | 0.67 | 0.34 | 0.20 | 330.66 | 0.58 | 0.54 |
| Hex | CD | 44 | 87 | 0 | 43 | 22 | 14 | 14B | 3A | 36 |
| Octal | 315 | 104 | 207 | 0 | 103 | 42 | 24 | 513 | 72 | 66 |
| Binary | 11001101 | 1000100 | 10000111 | 0 | 1000011 | 100010 | 10100 | 101001011 | 111010 | 110110 |
Color Harmonies of #CD4487
Complementary color
Monochromatic Colors of #CD4487
Black with #CD4487
Text Example
Text Example
White with #CD4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4487; }
p { color: rgb(205,68,135); }
H1.HeaderClassName
{
color: #CD4487;
}
.AnyTagClassName
{
color: #CD4487;
}
</style>
background-color css
<style>
a { background-color: #CD4487; }
a { background-color: rgb(205,68,135); }
div.DivClassName
{
background-color: #CD4487;
}
.BgClassName
{
background-color: #CD4487;
}
</style>
border-color css
<style>
span { border-color: #CD4487; }
span { border-color: rgb(205,68,135); }
td.TdClassName
{
border-color: #CD4487;
}
.TagClassName
{
border-color: #CD4487;
}
</style>