Html Css Color HEX #DF6979 Froly

📋 copy color: '#DF6979'

red 223 ◦ green 105 ◦ blue 121

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

Shades of Froly #DF6979

Tints of Froly #DF6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

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

R = 49.67%
G = 23.39%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6979 (or 0xDF6979) is known color: Froly. HEX triplet: DF, 69 and 79. RGB value is (223,105,121). Sum of RGB (Red+Green+Blue) = 223+105+121=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6979 is #209686. Grayscale: #8E8E8E. Windows color (decimal): -2135687 or 7956959. OLE color: 7956959.

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

Color convert

RGB 223 105 121 -
CMYK 0 0.53 0.46 0.13
HSL 351.86º 0.65% 0.64% -
HSV(B) 351.86º 0.53% 0.87% -
XYZ 38.93 27.17 21.28 -
YUV 142.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 223 105 121 0 0.53 0.46 0.13 351.86 0.65 0.64
Hex DF 69 79 0 35 2E D 160 41 40
Octal 337 151 171 0 65 56 15 540 101 100
Binary 11011111 1101001 1111001 0 110101 101110 1101 101100000 1000001 1000000

Color Harmonies of #DF6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6979

Black with #DF6979

Text Example


Text Example

White with #DF6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6979; }

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

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

background-color css

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

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

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

border-color css

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

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

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