Html Css Color HEX #DE7679 Froly

📋 copy color: '#DE7679'

red 222 ◦ green 118 ◦ blue 121

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

Shades of Froly #DE7679

Tints of Froly #DE7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

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

R = 48.16%
G = 25.6%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE7679 (or 0xDE7679) is known color: Froly. HEX triplet: DE, 76 and 79. RGB value is (222,118,121). Sum of RGB (Red+Green+Blue) = 222+118+121=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7679 is #218986. Grayscale: #959595. Windows color (decimal): -2197895 or 7960286. OLE color: 7960286.

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

Color convert

RGB 222 118 121 -
CMYK 0 0.47 0.45 0.13
HSL 358.27º 0.61% 0.67% -
HSV(B) 358.27º 0.47% 0.87% -
XYZ 40.05 29.87 21.74 -
YUV 149.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 222 118 121 0 0.47 0.45 0.13 358.27 0.61 0.67
Hex DE 76 79 0 2F 2D D 166 3D 43
Octal 336 166 171 0 57 55 15 546 75 103
Binary 11011110 1110110 1111001 0 101111 101101 1101 101100110 111101 1000011

Color Harmonies of #DE7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7679

Black with #DE7679

Text Example


Text Example

White with #DE7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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