Html Css Color HEX #DB5059 Mandy

📋 copy color: '#DB5059'

red 219 ◦ green 80 ◦ blue 89

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

Shades of Mandy #DB5059

Tints of Mandy #DB5059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 89 (35.16% from 255) = 22.94%

R = 56.44%
G = 20.62%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB5059 (or 0xDB5059) is known color: Mandy. HEX triplet: DB, 50 and 59. RGB value is (219,80,89). Sum of RGB (Red+Green+Blue) = 219+80+89=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5059 is #24AFA6. Grayscale: #7A7A7A. Windows color (decimal): -2404263 or 5853403. OLE color: 5853403.

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

Color convert

RGB 219 80 89 -
CMYK 0 0.63 0.59 0.14
HSL 356.12º 0.66% 0.59% -
HSV(B) 356.12º 0.63% 0.86% -
XYZ 33.89 21.52 11.82 -
YUV 122.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 219 80 89 0 0.63 0.59 0.14 356.12 0.66 0.59
Hex DB 50 59 0 3F 3B E 164 42 3B
Octal 333 120 131 0 77 73 16 544 102 73
Binary 11011011 1010000 1011001 0 111111 111011 1110 101100100 1000010 111011

Color Harmonies of #DB5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5059

Black with #DB5059

Text Example


Text Example

White with #DB5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5059; }

 p { color: rgb(219,80,89); }

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

background-color css

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

 a { background-color: rgb(219,80,89); }

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

border-color css

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

 span { border-color: rgb(219,80,89); }

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