Html Css Color HEX #DB519E Mulberry

📋 copy color: '#DB519E'

red 219 ◦ green 81 ◦ blue 158

#DB519E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DB519E

Tints of Mulberry #DB519E

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.5%

R = 47.82%
G = 17.69%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB519E (or 0xDB519E) is known color: 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

RGB 219 81 158 -
CMYK 0 0.63 0.28 0.14
HSL 326.52º 0.66% 0.59% -
HSV(B) 326.52º 0.63% 0.86% -
XYZ 38.33 23.41 34.85 -
YUV 131.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 219 81 158 0 0.63 0.28 0.14 326.52 0.66 0.59
Hex DB 51 9E 0 3F 1C E 147 42 3B
Octal 333 121 236 0 77 34 16 507 102 73
Binary 11011011 1010001 10011110 0 111111 11100 1110 101000111 1000010 111011

Color Harmonies of #DB519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB519E

Black with #DB519E

Text Example


Text Example

White with #DB519E

Text Example


Text Example

HTML Codes & Css Web 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>