#DE6172

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

Shades of Froly #DE6172

Tints of Froly #DE6172

Color information

#DE6172 (or 0xDE6172) is unknown color: approx Froly. HEX triplet: DE, 61 and 72. RGB value is (222,97,114). Sum of RGB (Red+Green+Blue) = 222+97+114=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6172 is #219E8D. Grayscale: #888888. Windows color (decimal): -2203278 or 7496158. OLE color: 7496158.

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

Color convert

RGB22297114-
CMYK00.560.490.13
HSL351.84º65.45%62.55%-
HSV(B)351.84º56.31%87.06%-
XYZ37.4425.2918.83-
YUV136.31115.41189.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=51.27%
G=22.40%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229711400.560.490.13351.8465.4562.55
HexDE617203831D160413f
Octal336141162070611554010177
Binary1101111011000011110010011100011000111011011000001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6172; }

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

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

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

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

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

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

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

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