Html Css Color HEX #DB5091 Mulberry

📋 copy color: '#DB5091'

red 219 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #DB5091

Tints of Mulberry #DB5091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 49.32%
G = 18.02%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB5091 (or 0xDB5091) is known color: Mulberry. HEX triplet: DB, 50 and 91. RGB value is (219,80,145). Sum of RGB (Red+Green+Blue) = 219+80+145=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5091 is #24AF6E. Grayscale: #808080. Windows color (decimal): -2404207 or 9523419. OLE color: 9523419.

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

Color convert

RGB 219 80 145 -
CMYK 0 0.63 0.34 0.14
HSL 331.94º 0.66% 0.59% -
HSV(B) 331.94º 0.63% 0.86% -
XYZ 37.19 22.84 29.24 -
YUV 128.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 219 80 145 0 0.63 0.34 0.14 331.94 0.66 0.59
Hex DB 50 91 0 3F 22 E 14C 42 3B
Octal 333 120 221 0 77 42 16 514 102 73
Binary 11011011 1010000 10010001 0 111111 100010 1110 101001100 1000010 111011

Color Harmonies of #DB5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5091

Black with #DB5091

Text Example


Text Example

White with #DB5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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