Html Css Color HEX #DF7079 Froly

📋 copy color: '#DF7079'

red 223 ◦ green 112 ◦ blue 121

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

Shades of Froly #DF7079

Tints of Froly #DF7079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 48.9%
G = 24.56%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7079 (or 0xDF7079) is known color: Froly. HEX triplet: DF, 70 and 79. RGB value is (223,112,121). Sum of RGB (Red+Green+Blue) = 223+112+121=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7079 is #208F86. Grayscale: #929292. Windows color (decimal): -2133895 or 7958751. OLE color: 7958751.

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

Color convert

RGB 223 112 121 -
CMYK 0 0.50 0.46 0.13
HSL 355.14º 0.63% 0.66% -
HSV(B) 355.14º 0.5% 0.87% -
XYZ 39.68 28.66 21.53 -
YUV 146.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 223 112 121 0 0.50 0.46 0.13 355.14 0.63 0.66
Hex DF 70 79 0 32 2E D 163 3F 42
Octal 337 160 171 0 62 56 15 543 77 102
Binary 11011111 1110000 1111001 0 110010 101110 1101 101100011 111111 1000010

Color Harmonies of #DF7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7079

Black with #DF7079

Text Example


Text Example

White with #DF7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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