Shades of Mulberry #CD448D
Tints of Mulberry #CD448D
RGB
CMYK
RGB Variations
Color information
#CD448D (or 0xCD448D) is known color: Mulberry. HEX triplet: CD, 44 and 8D. RGB value is (205,68,141). Sum of RGB (Red+Green+Blue) = 205+68+141=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD448D is #32BB72. Grayscale: #757575. Windows color (decimal): -3324787 or 9258189. OLE color: 9258189.
HSL color Cylindrical-coordinate representation of color #CD448D: hue angle of 328.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD448D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 141 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.20 |
| HSL | 328.03º | 0.58% | 0.54% | - |
| HSV(B) | 328.03º | 0.67% | 0.8% | - |
| XYZ | 32.05 | 19.04 | 27.18 | - |
| YUV | 117.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 141 | 0 | 0.67 | 0.31 | 0.20 | 328.03 | 0.58 | 0.54 |
| Hex | CD | 44 | 8D | 0 | 43 | 1F | 14 | 148 | 3A | 36 |
| Octal | 315 | 104 | 215 | 0 | 103 | 37 | 24 | 510 | 72 | 66 |
| Binary | 11001101 | 1000100 | 10001101 | 0 | 1000011 | 11111 | 10100 | 101001000 | 111010 | 110110 |
Color Harmonies of #CD448D
Complementary color
Monochromatic Colors of #CD448D
Black with #CD448D
Text Example
Text Example
White with #CD448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD448D; }
p { color: rgb(205,68,141); }
H1.HeaderClassName
{
color: #CD448D;
}
.AnyTagClassName
{
color: #CD448D;
}
</style>
background-color css
<style>
a { background-color: #CD448D; }
a { background-color: rgb(205,68,141); }
div.DivClassName
{
background-color: #CD448D;
}
.BgClassName
{
background-color: #CD448D;
}
</style>
border-color css
<style>
span { border-color: #CD448D; }
span { border-color: rgb(205,68,141); }
td.TdClassName
{
border-color: #CD448D;
}
.TagClassName
{
border-color: #CD448D;
}
</style>