Shades of Mulberry #DB43AC
Tints of Mulberry #DB43AC
RGB
CMYK
RGB Variations
Color information
#DB43AC (or 0xDB43AC) is known color: Mulberry. HEX triplet: DB, 43 and AC. RGB value is (219,67,172). Sum of RGB (Red+Green+Blue) = 219+67+172=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43AC is #24BC53. Grayscale: #7C7C7C. Windows color (decimal): -2407508 or 11289563. OLE color: 11289563.
HSL color Cylindrical-coordinate representation of color #DB43AC: hue angle of 318.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB43AC is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 172 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.14 |
| HSL | 318.55º | 0.68% | 0.56% | - |
| HSV(B) | 318.55º | 0.69% | 0.86% | - |
| XYZ | 38.67 | 22.05 | 41.25 | - |
| YUV | 124.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 172 | 0 | 0.69 | 0.21 | 0.14 | 318.55 | 0.68 | 0.56 |
| Hex | DB | 43 | AC | 0 | 45 | 15 | E | 13F | 44 | 38 |
| Octal | 333 | 103 | 254 | 0 | 105 | 25 | 16 | 477 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10101100 | 0 | 1000101 | 10101 | 1110 | 100111111 | 1000100 | 111000 |
Color Harmonies of #DB43AC
Complementary color
Monochromatic Colors of #DB43AC
Black with #DB43AC
Text Example
Text Example
White with #DB43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43AC; }
p { color: rgb(219,67,172); }
H1.HeaderClassName
{
color: #DB43AC;
}
.AnyTagClassName
{
color: #DB43AC;
}
</style>
background-color css
<style>
a { background-color: #DB43AC; }
a { background-color: rgb(219,67,172); }
div.DivClassName
{
background-color: #DB43AC;
}
.BgClassName
{
background-color: #DB43AC;
}
</style>
border-color css
<style>
span { border-color: #DB43AC; }
span { border-color: rgb(219,67,172); }
td.TdClassName
{
border-color: #DB43AC;
}
.TagClassName
{
border-color: #DB43AC;
}
</style>