Html Css Color HEX #DE7379 Froly

📋 copy color: '#DE7379'

red 222 ◦ green 115 ◦ blue 121

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

Shades of Froly #DE7379

Tints of Froly #DE7379

RGB

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

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

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

R = 48.47%
G = 25.11%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE7379 (or 0xDE7379) is known color: Froly. HEX triplet: DE, 73 and 79. RGB value is (222,115,121). Sum of RGB (Red+Green+Blue) = 222+115+121=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7379 is #218C86. Grayscale: #939393. Windows color (decimal): -2198663 or 7959518. OLE color: 7959518.

HSL color Cylindrical-coordinate representation of color #DE7379: hue angle of 356.64º degrees, saturation: 0.62, 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 #DE7379 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 121 -
CMYK 0 0.48 0.45 0.13
HSL 356.64º 0.62% 0.66% -
HSV(B) 356.64º 0.48% 0.87% -
XYZ 39.71 29.17 21.63 -
YUV 147.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 222 115 121 0 0.48 0.45 0.13 356.64 0.62 0.66
Hex DE 73 79 0 30 2D D 165 3E 42
Octal 336 163 171 0 60 55 15 545 76 102
Binary 11011110 1110011 1111001 0 110000 101101 1101 101100101 111110 1000010

Color Harmonies of #DE7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7379

Black with #DE7379

Text Example


Text Example

White with #DE7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7379; }

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

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

background-color css

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

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

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

border-color css

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

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

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