Shades of Mulberry #CD4D8D
Tints of Mulberry #CD4D8D
RGB
CMYK
RGB Variations
Color information
#CD4D8D (or 0xCD4D8D) is known color: Mulberry. HEX triplet: CD, 4D and 8D. RGB value is (205,77,141). Sum of RGB (Red+Green+Blue) = 205+77+141=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D8D is #32B272. Grayscale: #7A7A7A. Windows color (decimal): -3322483 or 9260493. OLE color: 9260493.
HSL color Cylindrical-coordinate representation of color #CD4D8D: hue angle of 330º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D8D is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 77 | 141 | - |
CMYK | 0 | 0.62 | 0.31 | 0.20 |
HSL | 330º | 0.56% | 0.55% | - |
HSV(B) | 330º | 0.62% | 0.8% | - |
XYZ | 32.64 | 20.21 | 27.38 | - |
YUV | 122.57 | 138.41 | 186.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 77 | 141 | 0 | 0.62 | 0.31 | 0.20 | 330 | 0.56 | 0.55 |
Hex | CD | 4D | 8D | 0 | 3E | 1F | 14 | 14A | 38 | 37 |
Octal | 315 | 115 | 215 | 0 | 76 | 37 | 24 | 512 | 70 | 67 |
Binary | 11001101 | 1001101 | 10001101 | 0 | 111110 | 11111 | 10100 | 101001010 | 111000 | 110111 |
Color Harmonies of #CD4D8D
Complementary color
Monochromatic Colors of #CD4D8D
Black with #CD4D8D
Text Example
Text Example
White with #CD4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D8D; }
p { color: rgb(205,77,141); }
H1.HeaderClassName
{
color: #CD4D8D;
}
.AnyTagClassName
{
color: #CD4D8D;
}
</style>
background-color css
<style>
a { background-color: #CD4D8D; }
a { background-color: rgb(205,77,141); }
div.DivClassName
{
background-color: #CD4D8D;
}
.BgClassName
{
background-color: #CD4D8D;
}
</style>
border-color css
<style>
span { border-color: #CD4D8D; }
span { border-color: rgb(205,77,141); }
td.TdClassName
{
border-color: #CD4D8D;
}
.TagClassName
{
border-color: #CD4D8D;
}
</style>