Shades of Mulberry #CD4992
Tints of Mulberry #CD4992
RGB
CMYK
RGB Variations
Color information
#CD4992 (or 0xCD4992) is known color: Mulberry. HEX triplet: CD, 49 and 92. RGB value is (205,73,146). Sum of RGB (Red+Green+Blue) = 205+73+146=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4992 is #32B66D. Grayscale: #787878. Windows color (decimal): -3323502 or 9587149. OLE color: 9587149.
HSL color Cylindrical-coordinate representation of color #CD4992: hue angle of 326.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4992 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 146 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.20 |
| HSL | 326.82º | 0.57% | 0.55% | - |
| HSV(B) | 326.82º | 0.64% | 0.8% | - |
| XYZ | 32.75 | 19.82 | 29.29 | - |
| YUV | 120.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 146 | 0 | 0.64 | 0.29 | 0.20 | 326.82 | 0.57 | 0.55 |
| Hex | CD | 49 | 92 | 0 | 40 | 1D | 14 | 147 | 39 | 37 |
| Octal | 315 | 111 | 222 | 0 | 100 | 35 | 24 | 507 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10010010 | 0 | 1000000 | 11101 | 10100 | 101000111 | 111001 | 110111 |
Color Harmonies of #CD4992
Complementary color
Monochromatic Colors of #CD4992
Black with #CD4992
Text Example
Text Example
White with #CD4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4992; }
p { color: rgb(205,73,146); }
H1.HeaderClassName
{
color: #CD4992;
}
.AnyTagClassName
{
color: #CD4992;
}
</style>
background-color css
<style>
a { background-color: #CD4992; }
a { background-color: rgb(205,73,146); }
div.DivClassName
{
background-color: #CD4992;
}
.BgClassName
{
background-color: #CD4992;
}
</style>
border-color css
<style>
span { border-color: #CD4992; }
span { border-color: rgb(205,73,146); }
td.TdClassName
{
border-color: #CD4992;
}
.TagClassName
{
border-color: #CD4992;
}
</style>