Shades of Mulberry #DC469B
Tints of Mulberry #DC469B
RGB
CMYK
RGB Variations
Color information
#DC469B (or 0xDC469B) is known color: Mulberry. HEX triplet: DC, 46 and 9B. RGB value is (220,70,155). Sum of RGB (Red+Green+Blue) = 220+70+155=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC469B is #23B964. Grayscale: #7C7C7C. Windows color (decimal): -2341221 or 10176220. OLE color: 10176220.
HSL color Cylindrical-coordinate representation of color #DC469B: hue angle of 326º 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 #DC469B is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 155 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.14 |
| HSL | 326º | 0.68% | 0.57% | - |
| HSV(B) | 326º | 0.68% | 0.86% | - |
| XYZ | 37.62 | 21.96 | 33.27 | - |
| YUV | 124.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 155 | 0 | 0.68 | 0.30 | 0.14 | 326 | 0.68 | 0.57 |
| Hex | DC | 46 | 9B | 0 | 44 | 1E | E | 146 | 44 | 39 |
| Octal | 334 | 106 | 233 | 0 | 104 | 36 | 16 | 506 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10011011 | 0 | 1000100 | 11110 | 1110 | 101000110 | 1000100 | 111001 |
Color Harmonies of #DC469B
Complementary color
Monochromatic Colors of #DC469B
Black with #DC469B
Text Example
Text Example
White with #DC469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC469B; }
p { color: rgb(220,70,155); }
H1.HeaderClassName
{
color: #DC469B;
}
.AnyTagClassName
{
color: #DC469B;
}
</style>
background-color css
<style>
a { background-color: #DC469B; }
a { background-color: rgb(220,70,155); }
div.DivClassName
{
background-color: #DC469B;
}
.BgClassName
{
background-color: #DC469B;
}
</style>
border-color css
<style>
span { border-color: #DC469B; }
span { border-color: rgb(220,70,155); }
td.TdClassName
{
border-color: #DC469B;
}
.TagClassName
{
border-color: #DC469B;
}
</style>