Shades of Mulberry #DC469A
Tints of Mulberry #DC469A
RGB
CMYK
RGB Variations
Color information
#DC469A (or 0xDC469A) is known color: Mulberry. HEX triplet: DC, 46 and 9A. RGB value is (220,70,154). Sum of RGB (Red+Green+Blue) = 220+70+154=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC469A is #23B965. Grayscale: #7C7C7C. Windows color (decimal): -2341222 or 10110684. OLE color: 10110684.
HSL color Cylindrical-coordinate representation of color #DC469A: hue angle of 326.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC469A is Cyan = 0, Magento = 0.68, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 154 | - |
| CMYK | 0 | 0.68 | 0.3 | 0.14 |
| HSL | 326.4º | 0.68% | 0.57% | - |
| HSV(B) | 326.4º | 0.68% | 0.86% | - |
| XYZ | 37.54 | 21.93 | 32.83 | - |
| YUV | 124.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 154 | 0 | 0.68 | 0.3 | 0.14 | 326.4 | 0.68 | 0.57 |
| Hex | DC | 46 | 9A | 0 | 44 | 1E | E | 146 | 44 | 39 |
| Octal | 334 | 106 | 232 | 0 | 104 | 36 | 16 | 506 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10011010 | 0 | 1000100 | 11110 | 1110 | 101000110 | 1000100 | 111001 |
Color Harmonies of #DC469A
Complementary color
Monochromatic Colors of #DC469A
Black with #DC469A
Text Example
Text Example
White with #DC469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC469A; }
p { color: rgb(220,70,154); }
H1.HeaderClassName
{
color: #DC469A;
}
.AnyTagClassName
{
color: #DC469A;
}
</style>
background-color css
<style>
a { background-color: #DC469A; }
a { background-color: rgb(220,70,154); }
div.DivClassName
{
background-color: #DC469A;
}
.BgClassName
{
background-color: #DC469A;
}
</style>
border-color css
<style>
span { border-color: #DC469A; }
span { border-color: rgb(220,70,154); }
td.TdClassName
{
border-color: #DC469A;
}
.TagClassName
{
border-color: #DC469A;
}
</style>