Html Css Color HEX #DB5758 Mandy

📋 copy color: '#DB5758'

red 219 ◦ green 87 ◦ blue 88

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

Shades of Mandy #DB5758

Tints of Mandy #DB5758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 55.58%
G = 22.08%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB5758 (or 0xDB5758) is known color: Mandy. HEX triplet: DB, 57 and 58. RGB value is (219,87,88). Sum of RGB (Red+Green+Blue) = 219+87+88=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5758 is #24A8A7. Grayscale: #7E7E7E. Windows color (decimal): -2402472 or 5789659. OLE color: 5789659.

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

Color convert

RGB 219 87 88 -
CMYK 0 0.60 0.60 0.14
HSL 359.55º 0.65% 0.6% -
HSV(B) 359.55º 0.6% 0.86% -
XYZ 34.38 22.58 11.78 -
YUV 126.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 219 87 88 0 0.60 0.60 0.14 359.55 0.65 0.6
Hex DB 57 58 0 3C 3C E 168 41 3C
Octal 333 127 130 0 74 74 16 550 101 74
Binary 11011011 1010111 1011000 0 111100 111100 1110 101101000 1000001 111100

Color Harmonies of #DB5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5758

Black with #DB5758

Text Example


Text Example

White with #DB5758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5758; }

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

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

background-color css

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

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

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

border-color css

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

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

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