#DE6572

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

Shades of Froly #DE6572

Tints of Froly #DE6572

Color information

#DE6572 (or 0xDE6572) is unknown color: approx Froly. HEX triplet: DE, 65 and 72. RGB value is (222,101,114). Sum of RGB (Red+Green+Blue) = 222+101+114=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6572 is #219A8D. Grayscale: #8A8A8A. Windows color (decimal): -2202254 or 7497182. OLE color: 7497182.

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

Color convert

RGB222101114-
CMYK00.550.490.13
HSL353.55º64.71%63.33%-
HSV(B)353.55º54.5%87.06%-
XYZ37.8226.0518.96-
YUV138.66114.09187.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=50.80%
G=23.11%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210111400.550.490.13353.5564.7163.33
HexDE657203731D162413f
Octal336145162067611554210177
Binary1101111011001011110010011011111000111011011000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6572; }

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

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

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

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

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

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

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

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