Html Css Color HEX #DE797E Froly

📋 copy color: '#DE797E'

red 222 ◦ green 121 ◦ blue 126

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

Shades of Froly #DE797E

Tints of Froly #DE797E

RGB

 RED value IS 222 (87.11% from 255) = 47.33%

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 47.33%
G = 25.8%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE797E (or 0xDE797E) is known color: Froly. HEX triplet: DE, 79 and 7E. RGB value is (222,121,126). Sum of RGB (Red+Green+Blue) = 222+121+126=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE797E is #218681. Grayscale: #979797. Windows color (decimal): -2197122 or 8288734. OLE color: 8288734.

HSL color Cylindrical-coordinate representation of color #DE797E: hue angle of 357.03º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE797E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 121 126 -
CMYK 0 0.45 0.43 0.13
HSL 357.03º 0.6% 0.67% -
HSV(B) 357.03º 0.45% 0.87% -
XYZ 40.73 30.71 23.52 -
YUV 151.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 222 121 126 0 0.45 0.43 0.13 357.03 0.6 0.67
Hex DE 79 7E 0 2D 2B D 165 3C 43
Octal 336 171 176 0 55 53 15 545 74 103
Binary 11011110 1111001 1111110 0 101101 101011 1101 101100101 111100 1000011

Color Harmonies of #DE797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE797E

Black with #DE797E

Text Example


Text Example

White with #DE797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE797E; }

 p { color: rgb(222,121,126); }

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

background-color css

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

 a { background-color: rgb(222,121,126); }

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

border-color css

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

 span { border-color: rgb(222,121,126); }

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