Html Css Color HEX #DB519B Mulberry

📋 copy color: '#DB519B'

red 219 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #DB519B

Tints of Mulberry #DB519B

RGB

 RED value IS 219 (85.94% from 255) = 48.13%

 GREEN value IS 81 (32.03% from 255) = 17.8%

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 48.13%
G = 17.8%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB519B (or 0xDB519B) is known color: Mulberry. HEX triplet: DB, 51 and 9B. RGB value is (219,81,155). Sum of RGB (Red+Green+Blue) = 219+81+155=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB519B is #24AE64. Grayscale: #828282. Windows color (decimal): -2403941 or 10179035. OLE color: 10179035.

HSL color Cylindrical-coordinate representation of color #DB519B: hue angle of 327.83º 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 #DB519B is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 155 -
CMYK 0 0.63 0.29 0.14
HSL 327.83º 0.66% 0.59% -
HSV(B) 327.83º 0.63% 0.86% -
XYZ 38.07 23.31 33.5 -
YUV 130.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 219 81 155 0 0.63 0.29 0.14 327.83 0.66 0.59
Hex DB 51 9B 0 3F 1D E 148 42 3B
Octal 333 121 233 0 77 35 16 510 102 73
Binary 11011011 1010001 10011011 0 111111 11101 1110 101001000 1000010 111011

Color Harmonies of #DB519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB519B

Black with #DB519B

Text Example


Text Example

White with #DB519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB519B; }

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

 H1.HeaderClassName
 {
   color: #DB519B;
 }
 .AnyTagClassName
 {
   color: #DB519B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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