Html Css Color HEX #DB5099 Mulberry

📋 copy color: '#DB5099'

red 219 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #DB5099

Tints of Mulberry #DB5099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 48.45%
G = 17.7%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB5099 (or 0xDB5099) is known color: Mulberry. HEX triplet: DB, 50 and 99. RGB value is (219,80,153). Sum of RGB (Red+Green+Blue) = 219+80+153=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5099 is #24AF66. Grayscale: #818181. Windows color (decimal): -2404199 or 10047707. OLE color: 10047707.

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

Color convert

RGB 219 80 153 -
CMYK 0 0.63 0.30 0.14
HSL 328.49º 0.66% 0.59% -
HSV(B) 328.49º 0.63% 0.86% -
XYZ 37.83 23.1 32.6 -
YUV 129.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 219 80 153 0 0.63 0.30 0.14 328.49 0.66 0.59
Hex DB 50 99 0 3F 1E E 148 42 3B
Octal 333 120 231 0 77 36 16 510 102 73
Binary 11011011 1010000 10011001 0 111111 11110 1110 101001000 1000010 111011

Color Harmonies of #DB5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5099

Black with #DB5099

Text Example


Text Example

White with #DB5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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