Html Css Color HEX #DB559E Mulberry

📋 copy color: '#DB559E'

red 219 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #DB559E

Tints of Mulberry #DB559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 47.4%
G = 18.4%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB559E (or 0xDB559E) is known color: Mulberry. HEX triplet: DB, 55 and 9E. RGB value is (219,85,158). Sum of RGB (Red+Green+Blue) = 219+85+158=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB559E is #24AA61. Grayscale: #858585. Windows color (decimal): -2402914 or 10376667. OLE color: 10376667.

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

Color convert

RGB 219 85 158 -
CMYK 0 0.61 0.28 0.14
HSL 327.31º 0.65% 0.6% -
HSV(B) 327.31º 0.61% 0.86% -
XYZ 38.63 24.03 34.95 -
YUV 133.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 219 85 158 0 0.61 0.28 0.14 327.31 0.65 0.6
Hex DB 55 9E 0 3D 1C E 147 41 3C
Octal 333 125 236 0 75 34 16 507 101 74
Binary 11011011 1010101 10011110 0 111101 11100 1110 101000111 1000001 111100

Color Harmonies of #DB559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB559E

Black with #DB559E

Text Example


Text Example

White with #DB559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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