Shades of Mulberry #DC42AB
Tints of Mulberry #DC42AB
RGB
CMYK
RGB Variations
Color information
#DC42AB (or 0xDC42AB) is known color: Mulberry. HEX triplet: DC, 42 and AB. RGB value is (220,66,171). Sum of RGB (Red+Green+Blue) = 220+66+171=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42AB is #23BD54. Grayscale: #7B7B7B. Windows color (decimal): -2342229 or 11223772. OLE color: 11223772.
HSL color Cylindrical-coordinate representation of color #DC42AB: hue angle of 319.09º 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 #DC42AB is Cyan = 0, Magento = 0.7, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 171 | - |
| CMYK | 0 | 0.7 | 0.22 | 0.14 |
| HSL | 319.09º | 0.69% | 0.56% | - |
| HSV(B) | 319.09º | 0.7% | 0.86% | - |
| XYZ | 38.81 | 22.05 | 40.74 | - |
| YUV | 124.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 171 | 0 | 0.7 | 0.22 | 0.14 | 319.09 | 0.69 | 0.56 |
| Hex | DC | 42 | AB | 0 | 46 | 16 | E | 13F | 45 | 38 |
| Octal | 334 | 102 | 253 | 0 | 106 | 26 | 16 | 477 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10101011 | 0 | 1000110 | 10110 | 1110 | 100111111 | 1000101 | 111000 |
Color Harmonies of #DC42AB
Complementary color
Monochromatic Colors of #DC42AB
Black with #DC42AB
Text Example
Text Example
White with #DC42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42AB; }
p { color: rgb(220,66,171); }
H1.HeaderClassName
{
color: #DC42AB;
}
.AnyTagClassName
{
color: #DC42AB;
}
</style>
background-color css
<style>
a { background-color: #DC42AB; }
a { background-color: rgb(220,66,171); }
div.DivClassName
{
background-color: #DC42AB;
}
.BgClassName
{
background-color: #DC42AB;
}
</style>
border-color css
<style>
span { border-color: #DC42AB; }
span { border-color: rgb(220,66,171); }
td.TdClassName
{
border-color: #DC42AB;
}
.TagClassName
{
border-color: #DC42AB;
}
</style>