Shades of Mulberry #DB4B9F
Tints of Mulberry #DB4B9F
RGB
CMYK
RGB Variations
Color information
#DB4B9F (or 0xDB4B9F) is known color: Mulberry. HEX triplet: DB, 4B and 9F. RGB value is (219,75,159). Sum of RGB (Red+Green+Blue) = 219+75+159=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B9F is #24B460. Grayscale: #7F7F7F. Windows color (decimal): -2405473 or 10439643. OLE color: 10439643.
HSL color Cylindrical-coordinate representation of color #DB4B9F: hue angle of 325º 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 #DB4B9F is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 75 | 159 | - |
CMYK | 0 | 0.66 | 0.27 | 0.14 |
HSL | 325º | 0.67% | 0.58% | - |
HSV(B) | 325º | 0.66% | 0.86% | - |
XYZ | 37.99 | 22.6 | 35.16 | - |
YUV | 127.63 | 145.71 | 193.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 75 | 159 | 0 | 0.66 | 0.27 | 0.14 | 325 | 0.67 | 0.58 |
Hex | DB | 4B | 9F | 0 | 42 | 1B | E | 145 | 43 | 3A |
Octal | 333 | 113 | 237 | 0 | 102 | 33 | 16 | 505 | 103 | 72 |
Binary | 11011011 | 1001011 | 10011111 | 0 | 1000010 | 11011 | 1110 | 101000101 | 1000011 | 111010 |
Color Harmonies of #DB4B9F
Complementary color
Monochromatic Colors of #DB4B9F
Black with #DB4B9F
Text Example
Text Example
White with #DB4B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B9F; }
p { color: rgb(219,75,159); }
H1.HeaderClassName
{
color: #DB4B9F;
}
.AnyTagClassName
{
color: #DB4B9F;
}
</style>
background-color css
<style>
a { background-color: #DB4B9F; }
a { background-color: rgb(219,75,159); }
div.DivClassName
{
background-color: #DB4B9F;
}
.BgClassName
{
background-color: #DB4B9F;
}
</style>
border-color css
<style>
span { border-color: #DB4B9F; }
span { border-color: rgb(219,75,159); }
td.TdClassName
{
border-color: #DB4B9F;
}
.TagClassName
{
border-color: #DB4B9F;
}
</style>