Html Css Color HEX #DB494F Mandy

📋 copy color: '#DB494F'

red 219 ◦ green 73 ◦ blue 79

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

Shades of Mandy #DB494F

Tints of Mandy #DB494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 59.03%
G = 19.68%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB494F (or 0xDB494F) is known color: Mandy. HEX triplet: DB, 49 and 4F. RGB value is (219,73,79). Sum of RGB (Red+Green+Blue) = 219+73+79=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB494F is #24B6B0. Grayscale: #757575. Windows color (decimal): -2406065 or 5196251. OLE color: 5196251.

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

Color convert

RGB 219 73 79 -
CMYK 0 0.67 0.64 0.14
HSL 357.53º 0.67% 0.57% -
HSV(B) 357.53º 0.67% 0.86% -
XYZ 33.01 20.39 9.59 -
YUV 117.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 219 73 79 0 0.67 0.64 0.14 357.53 0.67 0.57
Hex DB 49 4F 0 43 40 E 166 43 39
Octal 333 111 117 0 103 100 16 546 103 71
Binary 11011011 1001001 1001111 0 1000011 1000000 1110 101100110 1000011 111001

Color Harmonies of #DB494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB494F

Black with #DB494F

Text Example


Text Example

White with #DB494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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