#DE6975

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

Shades of Froly #DE6975

Tints of Froly #DE6975

Color information

#DE6975 (or 0xDE6975) is unknown color: approx Froly. HEX triplet: DE, 69 and 75. RGB value is (222,105,117). Sum of RGB (Red+Green+Blue) = 222+105+117=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6975 is #21968A. Grayscale: #8D8D8D. Windows color (decimal): -2201227 or 7694814. OLE color: 7694814.

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

Color convert

RGB222105117-
CMYK00.530.470.13
HSL353.85º63.93%64.12%-
HSV(B)353.85º52.7%87.06%-
XYZ38.3926.9220-
YUV141.35114.26185.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=50%
G=23.65%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210511700.530.470.13353.8563.9364.12
HexDE69750352FD1624040
Octal3361511650655715542100100
Binary11011110110100111101010110101101111110110110001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6975; }

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

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

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

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

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

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

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

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