#DB519E

Color #DB519E Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DB519E

Tints of Mulberry #DB519E

Color information

#DB519E (or 0xDB519E) is unknown color: approx Mulberry. HEX triplet: DB, 51 and 9E. RGB value is (219,81,158). Sum of RGB (Red+Green+Blue) = 219+81+158=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB519E is #24AE61. Grayscale: #828282. Windows color (decimal): -2403938 or 10375643. OLE color: 10375643.

HSL color Cylindrical-coordinate representation of color #DB519E: hue angle of 326.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB519E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB21981158-
CMYK00.630.280.14
HSL326.52º65.71%58.82%-
HSV(B)326.52º63.01%85.88%-
XYZ38.3323.4134.85-
YUV131.04143.22190.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=47.82%
G=17.69%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198115800.630.280.14326.5265.7158.82
HexDB519E03F1CE147423b
Octal333121236077341650710273
Binary1101101110100011001111001111111110011101010001111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB519E; }

 p { color: rgb(219,81,158); }

 H1.HeaderClassName
 {
   color: #DB519E;
 }
 .AnyTagClassName
 {
   color: #DB519E;
 }
</style>
background-color css

<style>
 a { background-color: #DB519E; }

 a { background-color: rgb(219,81,158); }

 div.DivClassName
 {
   background-color: #DB519E;
 }
 .BgClassName
 {
   background-color: #DB519E;
 }
</style>
border-color css

<style>
 span { border-color: #DB519E; }

 span { border-color: rgb(219,81,158); }

 td.TdClassName
 {
   border-color: #DB519E;
 }
 .TagClassName
 {
   border-color: #DB519E;
 }
</style>