Html Css Color HEX #DB5090 Mulberry

📋 copy color: '#DB5090'

red 219 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #DB5090

Tints of Mulberry #DB5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 49.44%
G = 18.06%
B = 32.51%

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

#DB5090 (or 0xDB5090) is known color: Mulberry. HEX triplet: DB, 50 and 90. RGB value is (219,80,144). Sum of RGB (Red+Green+Blue) = 219+80+144=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5090 is #24AF6F. Grayscale: #808080. Windows color (decimal): -2404208 or 9457883. OLE color: 9457883.

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

Color convert

RGB 219 80 144 -
CMYK 0 0.63 0.34 0.14
HSL 332.37º 0.66% 0.59% -
HSV(B) 332.37º 0.63% 0.86% -
XYZ 37.12 22.81 28.83 -
YUV 128.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 219 80 144 0 0.63 0.34 0.14 332.37 0.66 0.59
Hex DB 50 90 0 3F 22 E 14C 42 3B
Octal 333 120 220 0 77 42 16 514 102 73
Binary 11011011 1010000 10010000 0 111111 100010 1110 101001100 1000010 111011

Color Harmonies of #DB5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5090

Black with #DB5090

Text Example


Text Example

White with #DB5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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