Shades of Mulberry #DB42A8
Tints of Mulberry #DB42A8
RGB
CMYK
RGB Variations
Color information
#DB42A8 (or 0xDB42A8) is known color: Mulberry. HEX triplet: DB, 42 and A8. RGB value is (219,66,168). Sum of RGB (Red+Green+Blue) = 219+66+168=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42A8 is #24BD57. Grayscale: #7B7B7B. Windows color (decimal): -2407768 or 11027163. OLE color: 11027163.
HSL color Cylindrical-coordinate representation of color #DB42A8: hue angle of 320º degrees, saturation: 0.68, 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 #DB42A8 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 168 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.14 |
| HSL | 320º | 0.68% | 0.56% | - |
| HSV(B) | 320º | 0.7% | 0.86% | - |
| XYZ | 38.23 | 21.78 | 39.24 | - |
| YUV | 123.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 168 | 0 | 0.70 | 0.23 | 0.14 | 320 | 0.68 | 0.56 |
| Hex | DB | 42 | A8 | 0 | 46 | 17 | E | 140 | 44 | 38 |
| Octal | 333 | 102 | 250 | 0 | 106 | 27 | 16 | 500 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10101000 | 0 | 1000110 | 10111 | 1110 | 101000000 | 1000100 | 111000 |
Color Harmonies of #DB42A8
Complementary color
Monochromatic Colors of #DB42A8
Black with #DB42A8
Text Example
Text Example
White with #DB42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42A8; }
p { color: rgb(219,66,168); }
H1.HeaderClassName
{
color: #DB42A8;
}
.AnyTagClassName
{
color: #DB42A8;
}
</style>
background-color css
<style>
a { background-color: #DB42A8; }
a { background-color: rgb(219,66,168); }
div.DivClassName
{
background-color: #DB42A8;
}
.BgClassName
{
background-color: #DB42A8;
}
</style>
border-color css
<style>
span { border-color: #DB42A8; }
span { border-color: rgb(219,66,168); }
td.TdClassName
{
border-color: #DB42A8;
}
.TagClassName
{
border-color: #DB42A8;
}
</style>