Html Css Color HEX #DB549A Mulberry

📋 copy color: '#DB549A'

red 219 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #DB549A

Tints of Mulberry #DB549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 47.92%
G = 18.38%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB549A (or 0xDB549A) is known color: Mulberry. HEX triplet: DB, 54 and 9A. RGB value is (219,84,154). Sum of RGB (Red+Green+Blue) = 219+84+154=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB549A is #24AB65. Grayscale: #848484. Windows color (decimal): -2403174 or 10114267. OLE color: 10114267.

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

Color convert

RGB 219 84 154 -
CMYK 0 0.62 0.30 0.14
HSL 328.89º 0.65% 0.59% -
HSV(B) 328.89º 0.62% 0.86% -
XYZ 38.22 23.73 33.14 -
YUV 132.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 219 84 154 0 0.62 0.30 0.14 328.89 0.65 0.59
Hex DB 54 9A 0 3E 1E E 149 41 3B
Octal 333 124 232 0 76 36 16 511 101 73
Binary 11011011 1010100 10011010 0 111110 11110 1110 101001001 1000001 111011

Color Harmonies of #DB549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB549A

Black with #DB549A

Text Example


Text Example

White with #DB549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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