Html Css Color HEX #DF494D Mandy

📋 copy color: '#DF494D'

red 223 ◦ green 73 ◦ blue 77

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

Shades of Mandy #DF494D

Tints of Mandy #DF494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 59.79%
G = 19.57%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF494D (or 0xDF494D) is known color: Mandy. HEX triplet: DF, 49 and 4D. RGB value is (223,73,77). Sum of RGB (Red+Green+Blue) = 223+73+77=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF494D is #20B6B2. Grayscale: #767676. Windows color (decimal): -2143923 or 5065183. OLE color: 5065183.

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

Color convert

RGB 223 73 77 -
CMYK 0 0.67 0.65 0.13
HSL 358.4º 0.7% 0.58% -
HSV(B) 358.4º 0.67% 0.87% -
XYZ 34.15 20.99 9.27 -
YUV 118.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 223 73 77 0 0.67 0.65 0.13 358.4 0.7 0.58
Hex DF 49 4D 0 43 41 D 166 46 3A
Octal 337 111 115 0 103 101 15 546 106 72
Binary 11011111 1001001 1001101 0 1000011 1000001 1101 101100110 1000110 111010

Color Harmonies of #DF494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF494D

Black with #DF494D

Text Example


Text Example

White with #DF494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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