#DE6A72

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

Shades of Froly #DE6A72

Tints of Froly #DE6A72

Color information

#DE6A72 (or 0xDE6A72) is unknown color: approx Froly. HEX triplet: DE, 6A and 72. RGB value is (222,106,114). Sum of RGB (Red+Green+Blue) = 222+106+114=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A72 is #21958D. Grayscale: #8D8D8D. Windows color (decimal): -2200974 or 7498462. OLE color: 7498462.

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

Color convert

RGB222106114-
CMYK00.520.490.13
HSL355.86º63.74%64.31%-
HSV(B)355.86º52.25%87.06%-
XYZ38.3227.0519.12-
YUV141.6112.43185.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=50.23%
G=23.98%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210611400.520.490.13355.8663.7464.31
HexDE6A7203431D1644040
Octal3361521620646115544100100
Binary11011110110101011100100110100110001110110110010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A72; }

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

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

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

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

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

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

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

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