#db495e

Color #DB495E Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #DB495E

Tints of Mandy #DB495E

Color information

#DB495E (or 0xDB495E) is unknown color: approx Mandy. HEX triplet: DB, 49 and 5E. RGB value is (219,73,94). Sum of RGB (Red+Green+Blue) = 219+73+94=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB495E is #24B6A1. Grayscale: #777777. Windows color (decimal): -2406050 or 6179291. OLE color: 6179291.

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

Color convert

RGB2197394-
CMYK00.670.570.14
HSL351.37º66.97%57.25%-
HSV(B)351.37º66.67%85.88%-
XYZ33.6220.6312.8-
YUV119.05113.87199.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.74%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=56.74%
G=18.91%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219739400.670.570.14351.3766.9757.25
HexDB495E04339E15f4339
Octal3331111360103711653710371
Binary11011011100100110111100100001111100111101010111111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db495e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db495e; }

 p { color: rgb(219,73,94); }

 H1.HeaderClassName
 {
   color: #db495e;
 }
 .AnyTagClassName
 {
   color: #db495e;
 }
</style>
background-color css

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

 a { background-color: rgb(219,73,94); }

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

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

 span { border-color: rgb(219,73,94); }

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