Shades of Mulberry #CD4BA2
Tints of Mulberry #CD4BA2
RGB
CMYK
RGB Variations
Color information
#CD4BA2 (or 0xCD4BA2) is known color: Mulberry. HEX triplet: CD, 4B and A2. RGB value is (205,75,162). Sum of RGB (Red+Green+Blue) = 205+75+162=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4BA2 is #32B45D. Grayscale: #7B7B7B. Windows color (decimal): -3322974 or 10636237. OLE color: 10636237.
HSL color Cylindrical-coordinate representation of color #CD4BA2: hue angle of 319.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4BA2 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 75 | 162 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.20 |
| HSL | 319.85º | 0.57% | 0.55% | - |
| HSV(B) | 319.85º | 0.63% | 0.8% | - |
| XYZ | 34.21 | 20.62 | 36.36 | - |
| YUV | 123.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 75 | 162 | 0 | 0.63 | 0.21 | 0.20 | 319.85 | 0.57 | 0.55 |
| Hex | CD | 4B | A2 | 0 | 3F | 15 | 14 | 140 | 39 | 37 |
| Octal | 315 | 113 | 242 | 0 | 77 | 25 | 24 | 500 | 71 | 67 |
| Binary | 11001101 | 1001011 | 10100010 | 0 | 111111 | 10101 | 10100 | 101000000 | 111001 | 110111 |
Color Harmonies of #CD4BA2
Complementary color
Monochromatic Colors of #CD4BA2
Black with #CD4BA2
Text Example
Text Example
White with #CD4BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4BA2; }
p { color: rgb(205,75,162); }
H1.HeaderClassName
{
color: #CD4BA2;
}
.AnyTagClassName
{
color: #CD4BA2;
}
</style>
background-color css
<style>
a { background-color: #CD4BA2; }
a { background-color: rgb(205,75,162); }
div.DivClassName
{
background-color: #CD4BA2;
}
.BgClassName
{
background-color: #CD4BA2;
}
</style>
border-color css
<style>
span { border-color: #CD4BA2; }
span { border-color: rgb(205,75,162); }
td.TdClassName
{
border-color: #CD4BA2;
}
.TagClassName
{
border-color: #CD4BA2;
}
</style>