#DE6A6D

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

Shades of Froly #DE6A6D

Tints of Froly #DE6A6D

Color information

#DE6A6D (or 0xDE6A6D) is unknown color: approx Froly. HEX triplet: DE, 6A and 6D. RGB value is (222,106,109). Sum of RGB (Red+Green+Blue) = 222+106+109=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A6D is #219592. Grayscale: #8D8D8D. Windows color (decimal): -2200979 or 7170782. OLE color: 7170782.

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

Color convert

RGB222106109-
CMYK00.520.510.13
HSL358.45º63.74%64.31%-
HSV(B)358.45º52.25%87.06%-
XYZ38.0426.9417.66-
YUV141.03109.93185.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=50.80%
G=24.26%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210610900.520.510.13358.4563.7464.31
HexDE6A6D03433D1664040
Octal3361521550646315546100100
Binary11011110110101011011010110100110011110110110011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A6D; }

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

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

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

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

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

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

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

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