#DE7A7D

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

Shades of Froly #DE7A7D

Tints of Froly #DE7A7D

Color information

#DE7A7D (or 0xDE7A7D) is unknown color: approx Froly. HEX triplet: DE, 7A and 7D. RGB value is (222,122,125). Sum of RGB (Red+Green+Blue) = 222+122+125=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A7D is #218582. Grayscale: #989898. Windows color (decimal): -2196867 or 8223454. OLE color: 8223454.

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

Color convert

RGB222122125-
CMYK00.450.440.13
HSL358.2º60.24%67.45%-
HSV(B)358.2º45.05%87.06%-
XYZ40.7930.9323.22-
YUV152.24112.63177.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=47.33%
G=26.01%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212212500.450.440.13358.260.2467.45
HexDE7A7D02D2CD1663c43
Octal336172175055541554674103
Binary1101111011110101111101010110110110011011011001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A7D; }

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

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

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

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

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

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

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

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