#DE7D7E

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

Shades of Froly #DE7D7E

Tints of Froly #DE7D7E

Color information

#DE7D7E (or 0xDE7D7E) is unknown color: approx Froly. HEX triplet: DE, 7D and 7E. RGB value is (222,125,126). Sum of RGB (Red+Green+Blue) = 222+125+126=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7E is #218281. Grayscale: #9A9A9A. Windows color (decimal): -2196098 or 8289758. OLE color: 8289758.

HSL color Cylindrical-coordinate representation of color #DE7D7E: hue angle of 359.38º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7D7E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB222125126-
CMYK00.440.430.13
HSL359.38º59.51%68.04%-
HSV(B)359.38º43.69%87.06%-
XYZ41.2231.723.69-
YUV154.12112.14176.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=46.93%
G=26.43%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212512600.440.430.13359.3859.5168.04
HexDE7D7E02C2BD1673c44
Octal336175176054531554774104
Binary1101111011111011111110010110010101111011011001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D7E; }

 p { color: rgb(222,125,126); }

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

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

 a { background-color: rgb(222,125,126); }

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

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

 span { border-color: rgb(222,125,126); }

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