Html Css Color HEX #DF7071 Froly

📋 copy color: '#DF7071'

red 223 ◦ green 112 ◦ blue 113

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

Shades of Froly #DF7071

Tints of Froly #DF7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 49.78%
G = 25%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7071 (or 0xDF7071) is known color: Froly. HEX triplet: DF, 70 and 71. RGB value is (223,112,113). Sum of RGB (Red+Green+Blue) = 223+112+113=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7071 is #208F8E. Grayscale: #919191. Windows color (decimal): -2133903 or 7434463. OLE color: 7434463.

HSL color Cylindrical-coordinate representation of color #DF7071: hue angle of 359.46º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7071 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 113 -
CMYK 0 0.50 0.49 0.13
HSL 359.46º 0.63% 0.66% -
HSV(B) 359.46º 0.5% 0.87% -
XYZ 39.21 28.47 19.05 -
YUV 145.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 223 112 113 0 0.50 0.49 0.13 359.46 0.63 0.66
Hex DF 70 71 0 32 31 D 167 3F 42
Octal 337 160 161 0 62 61 15 547 77 102
Binary 11011111 1110000 1110001 0 110010 110001 1101 101100111 111111 1000010

Color Harmonies of #DF7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7071

Black with #DF7071

Text Example


Text Example

White with #DF7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7071; }

 p { color: rgb(223,112,113); }

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

background-color css

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

 a { background-color: rgb(223,112,113); }

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

border-color css

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

 span { border-color: rgb(223,112,113); }

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