Html Css Color HEX #DB5859 Mandy

📋 copy color: '#DB5859'

red 219 ◦ green 88 ◦ blue 89

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

Shades of Mandy #DB5859

Tints of Mandy #DB5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.22%

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

R = 55.3%
G = 22.22%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB5859 (or 0xDB5859) is known color: Mandy. HEX triplet: DB, 58 and 59. RGB value is (219,88,89). Sum of RGB (Red+Green+Blue) = 219+88+89=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5859 is #24A7A6. Grayscale: #7F7F7F. Windows color (decimal): -2402215 or 5855451. OLE color: 5855451.

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

Color convert

RGB 219 88 89 -
CMYK 0 0.60 0.59 0.14
HSL 359.54º 0.65% 0.6% -
HSV(B) 359.54º 0.6% 0.86% -
XYZ 34.51 22.76 12.03 -
YUV 127.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 219 88 89 0 0.60 0.59 0.14 359.54 0.65 0.6
Hex DB 58 59 0 3C 3B E 168 41 3C
Octal 333 130 131 0 74 73 16 550 101 74
Binary 11011011 1011000 1011001 0 111100 111011 1110 101101000 1000001 111100

Color Harmonies of #DB5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5859

Black with #DB5859

Text Example


Text Example

White with #DB5859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5859; }

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

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

background-color css

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

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

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

border-color css

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

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

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