Html Css Color HEX #DB549E Mulberry

📋 copy color: '#DB549E'

red 219 ◦ green 84 ◦ blue 158

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

Shades of Mulberry #DB549E

Tints of Mulberry #DB549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 47.51%
G = 18.22%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB549E (or 0xDB549E) is known color: Mulberry. HEX triplet: DB, 54 and 9E. RGB value is (219,84,158). Sum of RGB (Red+Green+Blue) = 219+84+158=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB549E is #24AB61. Grayscale: #848484. Windows color (decimal): -2403170 or 10376411. OLE color: 10376411.

HSL color Cylindrical-coordinate representation of color #DB549E: hue angle of 327.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB549E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 84 158 -
CMYK 0 0.62 0.28 0.14
HSL 327.11º 0.65% 0.59% -
HSV(B) 327.11º 0.62% 0.86% -
XYZ 38.56 23.87 34.92 -
YUV 132.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 219 84 158 0 0.62 0.28 0.14 327.11 0.65 0.59
Hex DB 54 9E 0 3E 1C E 147 41 3B
Octal 333 124 236 0 76 34 16 507 101 73
Binary 11011011 1010100 10011110 0 111110 11100 1110 101000111 1000001 111011

Color Harmonies of #DB549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB549E

Black with #DB549E

Text Example


Text Example

White with #DB549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB549E; }

 p { color: rgb(219,84,158); }

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

background-color css

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

 a { background-color: rgb(219,84,158); }

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

border-color css

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

 span { border-color: rgb(219,84,158); }

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