Shades of Mulberry #CD4A99
Tints of Mulberry #CD4A99
RGB
CMYK
RGB Variations
Color information
#CD4A99 (or 0xCD4A99) is known color: Mulberry. HEX triplet: CD, 4A and 99. RGB value is (205,74,153). Sum of RGB (Red+Green+Blue) = 205+74+153=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A99 is #32B566. Grayscale: #797979. Windows color (decimal): -3323239 or 10046157. OLE color: 10046157.
HSL color Cylindrical-coordinate representation of color #CD4A99: hue angle of 323.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 #CD4A99 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 153 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.20 |
| HSL | 323.82º | 0.57% | 0.55% | - |
| HSV(B) | 323.82º | 0.64% | 0.8% | - |
| XYZ | 33.38 | 20.18 | 32.27 | - |
| YUV | 122.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 153 | 0 | 0.64 | 0.25 | 0.20 | 323.82 | 0.57 | 0.55 |
| Hex | CD | 4A | 99 | 0 | 40 | 19 | 14 | 144 | 39 | 37 |
| Octal | 315 | 112 | 231 | 0 | 100 | 31 | 24 | 504 | 71 | 67 |
| Binary | 11001101 | 1001010 | 10011001 | 0 | 1000000 | 11001 | 10100 | 101000100 | 111001 | 110111 |
Color Harmonies of #CD4A99
Complementary color
Monochromatic Colors of #CD4A99
Black with #CD4A99
Text Example
Text Example
White with #CD4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A99; }
p { color: rgb(205,74,153); }
H1.HeaderClassName
{
color: #CD4A99;
}
.AnyTagClassName
{
color: #CD4A99;
}
</style>
background-color css
<style>
a { background-color: #CD4A99; }
a { background-color: rgb(205,74,153); }
div.DivClassName
{
background-color: #CD4A99;
}
.BgClassName
{
background-color: #CD4A99;
}
</style>
border-color css
<style>
span { border-color: #CD4A99; }
span { border-color: rgb(205,74,153); }
td.TdClassName
{
border-color: #CD4A99;
}
.TagClassName
{
border-color: #CD4A99;
}
</style>