Html Css Color HEX #DF7077 Froly

📋 copy color: '#DF7077'

red 223 ◦ green 112 ◦ blue 119

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

Shades of Froly #DF7077

Tints of Froly #DF7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 49.12%
G = 24.67%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7077 (or 0xDF7077) is known color: Froly. HEX triplet: DF, 70 and 77. RGB value is (223,112,119). Sum of RGB (Red+Green+Blue) = 223+112+119=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7077 is #208F88. Grayscale: #929292. Windows color (decimal): -2133897 or 7827679. OLE color: 7827679.

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

Color convert

RGB 223 112 119 -
CMYK 0 0.50 0.47 0.13
HSL 356.22º 0.63% 0.66% -
HSV(B) 356.22º 0.5% 0.87% -
XYZ 39.56 28.61 20.89 -
YUV 145.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 223 112 119 0 0.50 0.47 0.13 356.22 0.63 0.66
Hex DF 70 77 0 32 2F D 164 3F 42
Octal 337 160 167 0 62 57 15 544 77 102
Binary 11011111 1110000 1110111 0 110010 101111 1101 101100100 111111 1000010

Color Harmonies of #DF7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7077

Black with #DF7077

Text Example


Text Example

White with #DF7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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