Html Css Color HEX #DF474C Mandy

📋 copy color: '#DF474C'

red 223 ◦ green 71 ◦ blue 76

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

Shades of Mandy #DF474C

Tints of Mandy #DF474C

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF474C (or 0xDF474C) is known color: 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

RGB 223 71 76 -
CMYK 0 0.68 0.66 0.13
HSL 358.03º 0.7% 0.58% -
HSV(B) 358.03º 0.68% 0.87% -
XYZ 33.99 20.72 9.04 -
YUV 117.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 223 71 76 0 0.68 0.66 0.13 358.03 0.7 0.58
Hex DF 47 4C 0 44 42 D 166 46 3A
Octal 337 107 114 0 104 102 15 546 106 72
Binary 11011111 1000111 1001100 0 1000100 1000010 1101 101100110 1000110 111010

Color Harmonies of #DF474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF474C

Black with #DF474C

Text Example


Text Example

White with #DF474C

Text Example


Text Example

HTML Codes & Css Web 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>