Html Css Color HEX #DB559D Mulberry

📋 copy color: '#DB559D'

red 219 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #DB559D

Tints of Mulberry #DB559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 47.51%
G = 18.44%
B = 34.06%

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

#DB559D (or 0xDB559D) is known color: Mulberry. HEX triplet: DB, 55 and 9D. RGB value is (219,85,157). Sum of RGB (Red+Green+Blue) = 219+85+157=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB559D is #24AA62. Grayscale: #858585. Windows color (decimal): -2402915 or 10311131. OLE color: 10311131.

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

Color convert

RGB 219 85 157 -
CMYK 0 0.61 0.28 0.14
HSL 327.76º 0.65% 0.6% -
HSV(B) 327.76º 0.61% 0.86% -
XYZ 38.55 23.99 34.5 -
YUV 133.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 219 85 157 0 0.61 0.28 0.14 327.76 0.65 0.6
Hex DB 55 9D 0 3D 1C E 148 41 3C
Octal 333 125 235 0 75 34 16 510 101 74
Binary 11011011 1010101 10011101 0 111101 11100 1110 101001000 1000001 111100

Color Harmonies of #DB559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB559D

Black with #DB559D

Text Example


Text Example

White with #DB559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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