Shades of Mulberry #CD4295
Tints of Mulberry #CD4295
RGB
CMYK
RGB Variations
Color information
#CD4295 (or 0xCD4295) is known color: Mulberry. HEX triplet: CD, 42 and 95. RGB value is (205,66,149). Sum of RGB (Red+Green+Blue) = 205+66+149=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4295 is #32BD6A. Grayscale: #747474. Windows color (decimal): -3325291 or 9781965. OLE color: 9781965.
HSL color Cylindrical-coordinate representation of color #CD4295: hue angle of 324.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4295 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 149 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.20 |
| HSL | 324.17º | 0.58% | 0.53% | - |
| HSV(B) | 324.17º | 0.68% | 0.8% | - |
| XYZ | 32.55 | 19.05 | 30.39 | - |
| YUV | 117.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 149 | 0 | 0.68 | 0.27 | 0.20 | 324.17 | 0.58 | 0.53 |
| Hex | CD | 42 | 95 | 0 | 44 | 1B | 14 | 144 | 3A | 35 |
| Octal | 315 | 102 | 225 | 0 | 104 | 33 | 24 | 504 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10010101 | 0 | 1000100 | 11011 | 10100 | 101000100 | 111010 | 110101 |
Color Harmonies of #CD4295
Complementary color
Monochromatic Colors of #CD4295
Black with #CD4295
Text Example
Text Example
White with #CD4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4295; }
p { color: rgb(205,66,149); }
H1.HeaderClassName
{
color: #CD4295;
}
.AnyTagClassName
{
color: #CD4295;
}
</style>
background-color css
<style>
a { background-color: #CD4295; }
a { background-color: rgb(205,66,149); }
div.DivClassName
{
background-color: #CD4295;
}
.BgClassName
{
background-color: #CD4295;
}
</style>
border-color css
<style>
span { border-color: #CD4295; }
span { border-color: rgb(205,66,149); }
td.TdClassName
{
border-color: #CD4295;
}
.TagClassName
{
border-color: #CD4295;
}
</style>