Html Css Color HEX #DB5760 Mandy

📋 copy color: '#DB5760'

red 219 ◦ green 87 ◦ blue 96

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

Shades of Mandy #DB5760

Tints of Mandy #DB5760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 54.48%
G = 21.64%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB5760 (or 0xDB5760) is known color: Mandy. HEX triplet: DB, 57 and 60. RGB value is (219,87,96). Sum of RGB (Red+Green+Blue) = 219+87+96=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5760 is #24A89F. Grayscale: #7F7F7F. Windows color (decimal): -2402464 or 6313947. OLE color: 6313947.

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

Color convert

RGB 219 87 96 -
CMYK 0 0.60 0.56 0.14
HSL 355.91º 0.65% 0.6% -
HSV(B) 355.91º 0.6% 0.86% -
XYZ 34.73 22.72 13.62 -
YUV 127.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 219 87 96 0 0.60 0.56 0.14 355.91 0.65 0.6
Hex DB 57 60 0 3C 38 E 164 41 3C
Octal 333 127 140 0 74 70 16 544 101 74
Binary 11011011 1010111 1100000 0 111100 111000 1110 101100100 1000001 111100

Color Harmonies of #DB5760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5760

Black with #DB5760

Text Example


Text Example

White with #DB5760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5760; }

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

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

background-color css

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

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

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

border-color css

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

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

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