Html Css Color HEX #DF7072 Froly

📋 copy color: '#DF7072'

red 223 ◦ green 112 ◦ blue 114

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

Shades of Froly #DF7072

Tints of Froly #DF7072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 49.67%
G = 24.94%
B = 25.39%

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

#DF7072 (or 0xDF7072) is known color: Froly. HEX triplet: DF, 70 and 72. RGB value is (223,112,114). Sum of RGB (Red+Green+Blue) = 223+112+114=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7072 is #208F8D. Grayscale: #919191. Windows color (decimal): -2133902 or 7499999. OLE color: 7499999.

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

Color convert

RGB 223 112 114 -
CMYK 0 0.50 0.49 0.13
HSL 358.92º 0.63% 0.66% -
HSV(B) 358.92º 0.5% 0.87% -
XYZ 39.26 28.49 19.35 -
YUV 145.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 223 112 114 0 0.50 0.49 0.13 358.92 0.63 0.66
Hex DF 70 72 0 32 31 D 167 3F 42
Octal 337 160 162 0 62 61 15 547 77 102
Binary 11011111 1110000 1110010 0 110010 110001 1101 101100111 111111 1000010

Color Harmonies of #DF7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7072

Black with #DF7072

Text Example


Text Example

White with #DF7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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