#DE697B

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

Shades of Froly #DE697B

Tints of Froly #DE697B

Color information

#DE697B (or 0xDE697B) is unknown color: approx Froly. HEX triplet: DE, 69 and 7B. RGB value is (222,105,123). Sum of RGB (Red+Green+Blue) = 222+105+123=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE697B is #219684. Grayscale: #8E8E8E. Windows color (decimal): -2201221 or 8088030. OLE color: 8088030.

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

Color convert

RGB222105123-
CMYK00.530.450.13
HSL350.77º63.93%64.12%-
HSV(B)350.77º52.7%87.06%-
XYZ38.7527.0621.92-
YUV142.04117.26185.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=49.33%
G=23.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210512300.530.450.13350.7763.9364.12
HexDE697B0352DD15f4040
Octal3361511730655515537100100
Binary11011110110100111110110110101101101110110101111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE697B; }

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

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

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

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

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

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

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

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