Html Css Color HEX #DF494F Mandy

📋 copy color: '#DF494F'

red 223 ◦ green 73 ◦ blue 79

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

Shades of Mandy #DF494F

Tints of Mandy #DF494F

RGB

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

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

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

R = 59.47%
G = 19.47%
B = 21.07%

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

#DF494F (or 0xDF494F) is known color: Mandy. HEX triplet: DF, 49 and 4F. RGB value is (223,73,79). Sum of RGB (Red+Green+Blue) = 223+73+79=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF494F is #20B6B0. Grayscale: #767676. Windows color (decimal): -2143921 or 5196255. OLE color: 5196255.

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

Color convert

RGB 223 73 79 -
CMYK 0 0.67 0.65 0.13
HSL 357.6º 0.7% 0.58% -
HSV(B) 357.6º 0.67% 0.87% -
XYZ 34.23 21.02 9.65 -
YUV 118.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 223 73 79 0 0.67 0.65 0.13 357.6 0.7 0.58
Hex DF 49 4F 0 43 41 D 166 46 3A
Octal 337 111 117 0 103 101 15 546 106 72
Binary 11011111 1001001 1001111 0 1000011 1000001 1101 101100110 1000110 111010

Color Harmonies of #DF494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF494F

Black with #DF494F

Text Example


Text Example

White with #DF494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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