#DF474C

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

Shades of Mandy #DF474C

Tints of Mandy #DF474C

Color information

#DF474C (or 0xDF474C) is unknown color: approx Mandy. HEX triplet: DF, 47 and 4C. RGB value is (223,71,76). Sum of RGB (Red+Green+Blue) = 223+71+76=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF474C is #20B8B3. Grayscale: #757575. Windows color (decimal): -2144436 or 4999135. OLE color: 4999135.

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

Color convert

RGB2237176-
CMYK00.680.660.13
HSL358.03º70.37%57.65%-
HSV(B)358.03º68.16%87.45%-
XYZ33.9920.729.04-
YUV117.02104.86203.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.27%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=60.27%
G=19.19%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223717600.680.660.13358.0370.3757.65
HexDF474C04442D166463a
Octal33710711401041021554610672
Binary110111111000111100110001000100100001011011011001101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF474C; }

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

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

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

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

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

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

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

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