Html Css Color HEX #DF7279 Froly

📋 copy color: '#DF7279'

red 223 ◦ green 114 ◦ blue 121

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

Shades of Froly #DF7279

Tints of Froly #DF7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.89%

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

R = 48.69%
G = 24.89%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7279 (or 0xDF7279) is known color: Froly. HEX triplet: DF, 72 and 79. RGB value is (223,114,121). Sum of RGB (Red+Green+Blue) = 223+114+121=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7279 is #208D86. Grayscale: #939393. Windows color (decimal): -2133383 or 7959263. OLE color: 7959263.

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

Color convert

RGB 223 114 121 -
CMYK 0 0.49 0.46 0.13
HSL 356.15º 0.63% 0.66% -
HSV(B) 356.15º 0.49% 0.87% -
XYZ 39.9 29.1 21.6 -
YUV 147.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 223 114 121 0 0.49 0.46 0.13 356.15 0.63 0.66
Hex DF 72 79 0 31 2E D 164 3F 42
Octal 337 162 171 0 61 56 15 544 77 102
Binary 11011111 1110010 1111001 0 110001 101110 1101 101100100 111111 1000010

Color Harmonies of #DF7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7279

Black with #DF7279

Text Example


Text Example

White with #DF7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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