#DE6575

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

Shades of Froly #DE6575

Tints of Froly #DE6575

Color information

#DE6575 (or 0xDE6575) is unknown color: approx Froly. HEX triplet: DE, 65 and 75. RGB value is (222,101,117). Sum of RGB (Red+Green+Blue) = 222+101+117=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6575 is #219A8A. Grayscale: #8B8B8B. Windows color (decimal): -2202251 or 7693790. OLE color: 7693790.

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

Color convert

RGB222101117-
CMYK00.550.470.13
HSL352.07º64.71%63.33%-
HSV(B)352.07º54.5%87.06%-
XYZ37.9926.1219.87-
YUV139115.59187.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=50.45%
G=22.95%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210111700.550.470.13352.0764.7163.33
HexDE65750372FD160413f
Octal336145165067571554010177
Binary1101111011001011110101011011110111111011011000001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6575; }

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

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

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

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

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

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

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

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