Html Css Color HEX #DB5559 Mandy

📋 copy color: '#DB5559'

red 219 ◦ green 85 ◦ blue 89

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

Shades of Mandy #DB5559

Tints of Mandy #DB5559

RGB

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

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

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

R = 55.73%
G = 21.63%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB5559 (or 0xDB5559) is known color: Mandy. HEX triplet: DB, 55 and 59. RGB value is (219,85,89). Sum of RGB (Red+Green+Blue) = 219+85+89=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5559 is #24AAA6. Grayscale: #7D7D7D. Windows color (decimal): -2402983 or 5854683. OLE color: 5854683.

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

Color convert

RGB 219 85 89 -
CMYK 0 0.61 0.59 0.14
HSL 358.21º 0.65% 0.6% -
HSV(B) 358.21º 0.61% 0.86% -
XYZ 34.27 22.28 11.95 -
YUV 125.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 219 85 89 0 0.61 0.59 0.14 358.21 0.65 0.6
Hex DB 55 59 0 3D 3B E 166 41 3C
Octal 333 125 131 0 75 73 16 546 101 74
Binary 11011011 1010101 1011001 0 111101 111011 1110 101100110 1000001 111100

Color Harmonies of #DB5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5559

Black with #DB5559

Text Example


Text Example

White with #DB5559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5559; }

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

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

background-color css

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

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

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

border-color css

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

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

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