Html Css Color HEX #DB5260 Mandy

📋 copy color: '#DB5260'

red 219 ◦ green 82 ◦ blue 96

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

Shades of Mandy #DB5260

Tints of Mandy #DB5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.65%

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

R = 55.16%
G = 20.65%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB5260 (or 0xDB5260) is known color: Mandy. HEX triplet: DB, 52 and 60. RGB value is (219,82,96). Sum of RGB (Red+Green+Blue) = 219+82+96=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5260 is #24AD9F. Grayscale: #7C7C7C. Windows color (decimal): -2403744 or 6312667. OLE color: 6312667.

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

Color convert

RGB 219 82 96 -
CMYK 0 0.63 0.56 0.14
HSL 353.87º 0.66% 0.59% -
HSV(B) 353.87º 0.63% 0.86% -
XYZ 34.34 21.94 13.49 -
YUV 124.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 219 82 96 0 0.63 0.56 0.14 353.87 0.66 0.59
Hex DB 52 60 0 3F 38 E 162 42 3B
Octal 333 122 140 0 77 70 16 542 102 73
Binary 11011011 1010010 1100000 0 111111 111000 1110 101100010 1000010 111011

Color Harmonies of #DB5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5260

Black with #DB5260

Text Example


Text Example

White with #DB5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5260; }

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

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

background-color css

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

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

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

border-color css

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

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

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