Shades of Mulberry #CD438C
Tints of Mulberry #CD438C
RGB
CMYK
RGB Variations
Color information
#CD438C (or 0xCD438C) is known color: Mulberry. HEX triplet: CD, 43 and 8C. RGB value is (205,67,140). Sum of RGB (Red+Green+Blue) = 205+67+140=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD438C is #32BC73. Grayscale: #747474. Windows color (decimal): -3325044 or 9192397. OLE color: 9192397.
HSL color Cylindrical-coordinate representation of color #CD438C: hue angle of 328.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD438C is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 140 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.20 |
| HSL | 328.26º | 0.58% | 0.53% | - |
| HSV(B) | 328.26º | 0.67% | 0.8% | - |
| XYZ | 31.92 | 18.89 | 26.77 | - |
| YUV | 116.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 140 | 0 | 0.67 | 0.32 | 0.20 | 328.26 | 0.58 | 0.53 |
| Hex | CD | 43 | 8C | 0 | 43 | 20 | 14 | 148 | 3A | 35 |
| Octal | 315 | 103 | 214 | 0 | 103 | 40 | 24 | 510 | 72 | 65 |
| Binary | 11001101 | 1000011 | 10001100 | 0 | 1000011 | 100000 | 10100 | 101001000 | 111010 | 110101 |
Color Harmonies of #CD438C
Complementary color
Monochromatic Colors of #CD438C
Black with #CD438C
Text Example
Text Example
White with #CD438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD438C; }
p { color: rgb(205,67,140); }
H1.HeaderClassName
{
color: #CD438C;
}
.AnyTagClassName
{
color: #CD438C;
}
</style>
background-color css
<style>
a { background-color: #CD438C; }
a { background-color: rgb(205,67,140); }
div.DivClassName
{
background-color: #CD438C;
}
.BgClassName
{
background-color: #CD438C;
}
</style>
border-color css
<style>
span { border-color: #CD438C; }
span { border-color: rgb(205,67,140); }
td.TdClassName
{
border-color: #CD438C;
}
.TagClassName
{
border-color: #CD438C;
}
</style>