Html Css Color HEX #DF474A Mandy

📋 copy color: '#DF474A'

red 223 ◦ green 71 ◦ blue 74

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

Shades of Mandy #DF474A

Tints of Mandy #DF474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 60.6%
G = 19.29%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF474A (or 0xDF474A) is known color: Mandy. HEX triplet: DF, 47 and 4A. RGB value is (223,71,74). Sum of RGB (Red+Green+Blue) = 223+71+74=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF474A is #20B8B5. Grayscale: #747474. Windows color (decimal): -2144438 or 4868063. OLE color: 4868063.

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

Color convert

RGB 223 71 74 -
CMYK 0 0.68 0.67 0.13
HSL 358.82º 0.7% 0.58% -
HSV(B) 358.82º 0.68% 0.87% -
XYZ 33.92 20.69 8.68 -
YUV 116.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 223 71 74 0 0.68 0.67 0.13 358.82 0.7 0.58
Hex DF 47 4A 0 44 43 D 167 46 3A
Octal 337 107 112 0 104 103 15 547 106 72
Binary 11011111 1000111 1001010 0 1000100 1000011 1101 101100111 1000110 111010

Color Harmonies of #DF474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF474A

Black with #DF474A

Text Example


Text Example

White with #DF474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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