Html Css Color HEX #DB559A Mulberry

📋 copy color: '#DB559A'

red 219 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #DB559A

Tints of Mulberry #DB559A

RGB

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

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

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

R = 47.82%
G = 18.56%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB559A (or 0xDB559A) is known color: Mulberry. HEX triplet: DB, 55 and 9A. RGB value is (219,85,154). Sum of RGB (Red+Green+Blue) = 219+85+154=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB559A is #24AA65. Grayscale: #848484. Windows color (decimal): -2402918 or 10114523. OLE color: 10114523.

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

Color convert

RGB 219 85 154 -
CMYK 0 0.61 0.30 0.14
HSL 329.1º 0.65% 0.6% -
HSV(B) 329.1º 0.61% 0.86% -
XYZ 38.29 23.89 33.16 -
YUV 132.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 219 85 154 0 0.61 0.30 0.14 329.1 0.65 0.6
Hex DB 55 9A 0 3D 1E E 149 41 3C
Octal 333 125 232 0 75 36 16 511 101 74
Binary 11011011 1010101 10011010 0 111101 11110 1110 101001001 1000001 111100

Color Harmonies of #DB559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB559A

Black with #DB559A

Text Example


Text Example

White with #DB559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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