Shades of Mulberry #CD38A1
Tints of Mulberry #CD38A1
RGB
CMYK
RGB Variations
Color information
#CD38A1 (or 0xCD38A1) is known color: Mulberry. HEX triplet: CD, 38 and A1. RGB value is (205,56,161). Sum of RGB (Red+Green+Blue) = 205+56+161=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD38A1 is #32C75E. Grayscale: #707070. Windows color (decimal): -3327839 or 10565837. OLE color: 10565837.
HSL color Cylindrical-coordinate representation of color #CD38A1: hue angle of 317.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD38A1 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 161 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.20 |
| HSL | 317.72º | 0.6% | 0.51% | - |
| HSV(B) | 317.72º | 0.73% | 0.8% | - |
| XYZ | 33.02 | 18.38 | 35.53 | - |
| YUV | 112.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 161 | 0 | 0.73 | 0.21 | 0.20 | 317.72 | 0.6 | 0.51 |
| Hex | CD | 38 | A1 | 0 | 49 | 15 | 14 | 13E | 3C | 33 |
| Octal | 315 | 70 | 241 | 0 | 111 | 25 | 24 | 476 | 74 | 63 |
| Binary | 11001101 | 111000 | 10100001 | 0 | 1001001 | 10101 | 10100 | 100111110 | 111100 | 110011 |
Color Harmonies of #CD38A1
Complementary color
Monochromatic Colors of #CD38A1
Black with #CD38A1
Text Example
Text Example
White with #CD38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD38A1; }
p { color: rgb(205,56,161); }
H1.HeaderClassName
{
color: #CD38A1;
}
.AnyTagClassName
{
color: #CD38A1;
}
</style>
background-color css
<style>
a { background-color: #CD38A1; }
a { background-color: rgb(205,56,161); }
div.DivClassName
{
background-color: #CD38A1;
}
.BgClassName
{
background-color: #CD38A1;
}
</style>
border-color css
<style>
span { border-color: #CD38A1; }
span { border-color: rgb(205,56,161); }
td.TdClassName
{
border-color: #CD38A1;
}
.TagClassName
{
border-color: #CD38A1;
}
</style>