Html Css Color HEX #DB5096 Mulberry

📋 copy color: '#DB5096'

red 219 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #DB5096

Tints of Mulberry #DB5096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 48.78%
G = 17.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5096 (or 0xDB5096) is known color: Mulberry. HEX triplet: DB, 50 and 96. RGB value is (219,80,150). Sum of RGB (Red+Green+Blue) = 219+80+150=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5096 is #24AF69. Grayscale: #818181. Windows color (decimal): -2404202 or 9851099. OLE color: 9851099.

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

Color convert

RGB 219 80 150 -
CMYK 0 0.63 0.32 0.14
HSL 329.78º 0.66% 0.59% -
HSV(B) 329.78º 0.63% 0.86% -
XYZ 37.59 23 31.31 -
YUV 129.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 219 80 150 0 0.63 0.32 0.14 329.78 0.66 0.59
Hex DB 50 96 0 3F 20 E 14A 42 3B
Octal 333 120 226 0 77 40 16 512 102 73
Binary 11011011 1010000 10010110 0 111111 100000 1110 101001010 1000010 111011

Color Harmonies of #DB5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5096

Black with #DB5096

Text Example


Text Example

White with #DB5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5096; }

 p { color: rgb(219,80,150); }

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

background-color css

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

 a { background-color: rgb(219,80,150); }

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

border-color css

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

 span { border-color: rgb(219,80,150); }

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