#DB494B

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

Shades of Mandy #DB494B

Tints of Mandy #DB494B

Color information

#DB494B (or 0xDB494B) is unknown color: approx Mandy. HEX triplet: DB, 49 and 4B. RGB value is (219,73,75). Sum of RGB (Red+Green+Blue) = 219+73+75=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB494B is #24B6B4. Grayscale: #757575. Windows color (decimal): -2406069 or 4934107. OLE color: 4934107.

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

Color convert

RGB2197375-
CMYK00.670.660.14
HSL359.18º66.97%57.25%-
HSV(B)359.18º66.67%85.88%-
XYZ32.8720.338.85-
YUV116.88104.37200.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.67%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=59.67%
G=19.89%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219737500.670.660.14359.1866.9757.25
HexDB494B04342E1674339
Octal33311111301031021654710371
Binary110110111001001100101101000011100001011101011001111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB494B; }

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

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

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

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

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

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

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

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