Html Css Color HEX #DF7377 Froly

📋 copy color: '#DF7377'

red 223 ◦ green 115 ◦ blue 119

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

Shades of Froly #DF7377

Tints of Froly #DF7377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 48.8%
G = 25.16%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7377 (or 0xDF7377) is known color: Froly. HEX triplet: DF, 73 and 77. RGB value is (223,115,119). Sum of RGB (Red+Green+Blue) = 223+115+119=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7377 is #208C88. Grayscale: #939393. Windows color (decimal): -2133129 or 7828447. OLE color: 7828447.

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

Color convert

RGB 223 115 119 -
CMYK 0 0.48 0.47 0.13
HSL 357.78º 0.63% 0.66% -
HSV(B) 357.78º 0.48% 0.87% -
XYZ 39.89 29.28 21 -
YUV 147.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 223 115 119 0 0.48 0.47 0.13 357.78 0.63 0.66
Hex DF 73 77 0 30 2F D 166 3F 42
Octal 337 163 167 0 60 57 15 546 77 102
Binary 11011111 1110011 1110111 0 110000 101111 1101 101100110 111111 1000010

Color Harmonies of #DF7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7377

Black with #DF7377

Text Example


Text Example

White with #DF7377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7377; }

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

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

background-color css

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

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

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

border-color css

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

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

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