Shades of Mulberry #CD4683
Tints of Mulberry #CD4683
RGB
CMYK
RGB Variations
Color information
#CD4683 (or 0xCD4683) is known color: Mulberry. HEX triplet: CD, 46 and 83. RGB value is (205,70,131). Sum of RGB (Red+Green+Blue) = 205+70+131=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4683 is #32B97C. Grayscale: #757575. Windows color (decimal): -3324285 or 8603341. OLE color: 8603341.
HSL color Cylindrical-coordinate representation of color #CD4683: hue angle of 332.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4683 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 131 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.20 |
| HSL | 332.89º | 0.57% | 0.54% | - |
| HSV(B) | 332.89º | 0.66% | 0.8% | - |
| XYZ | 31.46 | 19 | 23.48 | - |
| YUV | 117.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 131 | 0 | 0.66 | 0.36 | 0.20 | 332.89 | 0.57 | 0.54 |
| Hex | CD | 46 | 83 | 0 | 42 | 24 | 14 | 14D | 39 | 36 |
| Octal | 315 | 106 | 203 | 0 | 102 | 44 | 24 | 515 | 71 | 66 |
| Binary | 11001101 | 1000110 | 10000011 | 0 | 1000010 | 100100 | 10100 | 101001101 | 111001 | 110110 |
Color Harmonies of #CD4683
Complementary color
Monochromatic Colors of #CD4683
Black with #CD4683
Text Example
Text Example
White with #CD4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4683; }
p { color: rgb(205,70,131); }
H1.HeaderClassName
{
color: #CD4683;
}
.AnyTagClassName
{
color: #CD4683;
}
</style>
background-color css
<style>
a { background-color: #CD4683; }
a { background-color: rgb(205,70,131); }
div.DivClassName
{
background-color: #CD4683;
}
.BgClassName
{
background-color: #CD4683;
}
</style>
border-color css
<style>
span { border-color: #CD4683; }
span { border-color: rgb(205,70,131); }
td.TdClassName
{
border-color: #CD4683;
}
.TagClassName
{
border-color: #CD4683;
}
</style>