Shades of Mulberry #CD4E99
Tints of Mulberry #CD4E99
RGB
CMYK
RGB Variations
Color information
#CD4E99 (or 0xCD4E99) is known color: Mulberry. HEX triplet: CD, 4E and 99. RGB value is (205,78,153). Sum of RGB (Red+Green+Blue) = 205+78+153=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4E99 is #32B166. Grayscale: #7C7C7C. Windows color (decimal): -3322215 or 10047181. OLE color: 10047181.
HSL color Cylindrical-coordinate representation of color #CD4E99: hue angle of 324.57º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4E99 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 153 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.20 |
| HSL | 324.57º | 0.56% | 0.55% | - |
| HSV(B) | 324.57º | 0.62% | 0.8% | - |
| XYZ | 33.65 | 20.73 | 32.36 | - |
| YUV | 124.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 153 | 0 | 0.62 | 0.25 | 0.20 | 324.57 | 0.56 | 0.55 |
| Hex | CD | 4E | 99 | 0 | 3E | 19 | 14 | 145 | 38 | 37 |
| Octal | 315 | 116 | 231 | 0 | 76 | 31 | 24 | 505 | 70 | 67 |
| Binary | 11001101 | 1001110 | 10011001 | 0 | 111110 | 11001 | 10100 | 101000101 | 111000 | 110111 |
Color Harmonies of #CD4E99
Complementary color
Monochromatic Colors of #CD4E99
Black with #CD4E99
Text Example
Text Example
White with #CD4E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E99; }
p { color: rgb(205,78,153); }
H1.HeaderClassName
{
color: #CD4E99;
}
.AnyTagClassName
{
color: #CD4E99;
}
</style>
background-color css
<style>
a { background-color: #CD4E99; }
a { background-color: rgb(205,78,153); }
div.DivClassName
{
background-color: #CD4E99;
}
.BgClassName
{
background-color: #CD4E99;
}
</style>
border-color css
<style>
span { border-color: #CD4E99; }
span { border-color: rgb(205,78,153); }
td.TdClassName
{
border-color: #CD4E99;
}
.TagClassName
{
border-color: #CD4E99;
}
</style>