#DE6977

Color #DE6977 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DE6977

Tints of Froly #DE6977

Color information

#DE6977 (or 0xDE6977) is unknown color: approx Froly. HEX triplet: DE, 69 and 77. RGB value is (222,105,119). Sum of RGB (Red+Green+Blue) = 222+105+119=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6977 is #219688. Grayscale: #8D8D8D. Windows color (decimal): -2201225 or 7825886. OLE color: 7825886.

HSL color Cylindrical-coordinate representation of color #DE6977: hue angle of 352.82º degrees, saturation: 0.64, 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 #DE6977 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222105119-
CMYK00.530.460.13
HSL352.82º63.93%64.12%-
HSV(B)352.82º52.7%87.06%-
XYZ38.5126.9620.63-
YUV141.58115.26185.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=49.78%
G=23.54%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210511900.530.460.13352.8263.9364.12
HexDE69770352ED1614040
Octal3361511670655615541100100
Binary11011110110100111101110110101101110110110110000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6977; }

 p { color: rgb(222,105,119); }

 H1.HeaderClassName
 {
   color: #DE6977;
 }
 .AnyTagClassName
 {
   color: #DE6977;
 }
</style>
background-color css

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

 a { background-color: rgb(222,105,119); }

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

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

 span { border-color: rgb(222,105,119); }

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