Shades of Mulberry #DB4BAE
Tints of Mulberry #DB4BAE
RGB
CMYK
RGB Variations
Color information
#DB4BAE (or 0xDB4BAE) is known color: Mulberry. HEX triplet: DB, 4B and AE. RGB value is (219,75,174). Sum of RGB (Red+Green+Blue) = 219+75+174=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BAE is #24B451. Grayscale: #818181. Windows color (decimal): -2405458 or 11422683. OLE color: 11422683.
HSL color Cylindrical-coordinate representation of color #DB4BAE: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BAE is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 174 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.14 |
| HSL | 318.75º | 0.67% | 0.58% | - |
| HSV(B) | 318.75º | 0.66% | 0.86% | - |
| XYZ | 39.37 | 23.15 | 42.44 | - |
| YUV | 129.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 174 | 0 | 0.66 | 0.21 | 0.14 | 318.75 | 0.67 | 0.58 |
| Hex | DB | 4B | AE | 0 | 42 | 15 | E | 13F | 43 | 3A |
| Octal | 333 | 113 | 256 | 0 | 102 | 25 | 16 | 477 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10101110 | 0 | 1000010 | 10101 | 1110 | 100111111 | 1000011 | 111010 |
Color Harmonies of #DB4BAE
Complementary color
Monochromatic Colors of #DB4BAE
Black with #DB4BAE
Text Example
Text Example
White with #DB4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BAE; }
p { color: rgb(219,75,174); }
H1.HeaderClassName
{
color: #DB4BAE;
}
.AnyTagClassName
{
color: #DB4BAE;
}
</style>
background-color css
<style>
a { background-color: #DB4BAE; }
a { background-color: rgb(219,75,174); }
div.DivClassName
{
background-color: #DB4BAE;
}
.BgClassName
{
background-color: #DB4BAE;
}
</style>
border-color css
<style>
span { border-color: #DB4BAE; }
span { border-color: rgb(219,75,174); }
td.TdClassName
{
border-color: #DB4BAE;
}
.TagClassName
{
border-color: #DB4BAE;
}
</style>