Html Css Color HEX #DB5097 Mulberry

📋 copy color: '#DB5097'

red 219 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #DB5097

Tints of Mulberry #DB5097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 48.67%
G = 17.78%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5097 (or 0xDB5097) is known color: Mulberry. HEX triplet: DB, 50 and 97. RGB value is (219,80,151). Sum of RGB (Red+Green+Blue) = 219+80+151=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5097 is #24AF68. Grayscale: #818181. Windows color (decimal): -2404201 or 9916635. OLE color: 9916635.

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

Color convert

RGB 219 80 151 -
CMYK 0 0.63 0.31 0.14
HSL 329.35º 0.66% 0.59% -
HSV(B) 329.35º 0.63% 0.86% -
XYZ 37.67 23.03 31.74 -
YUV 129.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 219 80 151 0 0.63 0.31 0.14 329.35 0.66 0.59
Hex DB 50 97 0 3F 1F E 149 42 3B
Octal 333 120 227 0 77 37 16 511 102 73
Binary 11011011 1010000 10010111 0 111111 11111 1110 101001001 1000010 111011

Color Harmonies of #DB5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5097

Black with #DB5097

Text Example


Text Example

White with #DB5097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5097; }

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

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

background-color css

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

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

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

border-color css

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

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

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