Shades of Mulberry #DC42A8
Tints of Mulberry #DC42A8
RGB
CMYK
RGB Variations
Color information
#DC42A8 (or 0xDC42A8) is known color: Mulberry. HEX triplet: DC, 42 and A8. RGB value is (220,66,168). Sum of RGB (Red+Green+Blue) = 220+66+168=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42A8 is #23BD57. Grayscale: #7B7B7B. Windows color (decimal): -2342232 or 11027164. OLE color: 11027164.
HSL color Cylindrical-coordinate representation of color #DC42A8: hue angle of 320.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC42A8 is Cyan = 0, Magento = 0.7, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 168 | - |
| CMYK | 0 | 0.7 | 0.24 | 0.14 |
| HSL | 320.26º | 0.69% | 0.56% | - |
| HSV(B) | 320.26º | 0.7% | 0.86% | - |
| XYZ | 38.53 | 21.94 | 39.25 | - |
| YUV | 123.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 168 | 0 | 0.7 | 0.24 | 0.14 | 320.26 | 0.69 | 0.56 |
| Hex | DC | 42 | A8 | 0 | 46 | 18 | E | 140 | 45 | 38 |
| Octal | 334 | 102 | 250 | 0 | 106 | 30 | 16 | 500 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10101000 | 0 | 1000110 | 11000 | 1110 | 101000000 | 1000101 | 111000 |
Color Harmonies of #DC42A8
Complementary color
Monochromatic Colors of #DC42A8
Black with #DC42A8
Text Example
Text Example
White with #DC42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42A8; }
p { color: rgb(220,66,168); }
H1.HeaderClassName
{
color: #DC42A8;
}
.AnyTagClassName
{
color: #DC42A8;
}
</style>
background-color css
<style>
a { background-color: #DC42A8; }
a { background-color: rgb(220,66,168); }
div.DivClassName
{
background-color: #DC42A8;
}
.BgClassName
{
background-color: #DC42A8;
}
</style>
border-color css
<style>
span { border-color: #DC42A8; }
span { border-color: rgb(220,66,168); }
td.TdClassName
{
border-color: #DC42A8;
}
.TagClassName
{
border-color: #DC42A8;
}
</style>