#DE6A7B

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

Shades of Froly #DE6A7B

Tints of Froly #DE6A7B

Color information

#DE6A7B (or 0xDE6A7B) is unknown color: approx Froly. HEX triplet: DE, 6A and 7B. RGB value is (222,106,123). Sum of RGB (Red+Green+Blue) = 222+106+123=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A7B is #219584. Grayscale: #8E8E8E. Windows color (decimal): -2200965 or 8088286. OLE color: 8088286.

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

Color convert

RGB222106123-
CMYK00.520.450.13
HSL351.21º63.74%64.31%-
HSV(B)351.21º52.25%87.06%-
XYZ38.8527.2721.95-
YUV142.62116.93184.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=49.22%
G=23.50%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210612300.520.450.13351.2163.7464.31
HexDE6A7B0342DD15f4040
Octal3361521730645515537100100
Binary11011110110101011110110110100101101110110101111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A7B; }

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

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

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

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

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

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

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

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