Html Css Color HEX #DF494C Mandy

📋 copy color: '#DF494C'

red 223 ◦ green 73 ◦ blue 76

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

Shades of Mandy #DF494C

Tints of Mandy #DF494C

RGB

 RED value IS 223 (87.5% from 255) = 59.95%

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 59.95%
G = 19.62%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF494C (or 0xDF494C) is known color: Mandy. HEX triplet: DF, 49 and 4C. RGB value is (223,73,76). Sum of RGB (Red+Green+Blue) = 223+73+76=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF494C is #20B6B3. Grayscale: #767676. Windows color (decimal): -2143924 or 4999647. OLE color: 4999647.

HSL color Cylindrical-coordinate representation of color #DF494C: hue angle of 358.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF494C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 76 -
CMYK 0 0.67 0.66 0.13
HSL 358.8º 0.7% 0.58% -
HSV(B) 358.8º 0.67% 0.87% -
XYZ 34.12 20.97 9.09 -
YUV 118.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 223 73 76 0 0.67 0.66 0.13 358.8 0.7 0.58
Hex DF 49 4C 0 43 42 D 167 46 3A
Octal 337 111 114 0 103 102 15 547 106 72
Binary 11011111 1001001 1001100 0 1000011 1000010 1101 101100111 1000110 111010

Color Harmonies of #DF494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF494C

Black with #DF494C

Text Example


Text Example

White with #DF494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF494C; }

 p { color: rgb(223,73,76); }

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

background-color css

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

 a { background-color: rgb(223,73,76); }

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

border-color css

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

 span { border-color: rgb(223,73,76); }

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