#DE6C7A

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

Shades of Froly #DE6C7A

Tints of Froly #DE6C7A

Color information

#DE6C7A (or 0xDE6C7A) is unknown color: approx Froly. HEX triplet: DE, 6C and 7A. RGB value is (222,108,122). Sum of RGB (Red+Green+Blue) = 222+108+122=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C7A is #219385. Grayscale: #8F8F8F. Windows color (decimal): -2200454 or 8023262. OLE color: 8023262.

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

Color convert

RGB222108122-
CMYK00.510.450.13
HSL352.63º63.33%64.71%-
HSV(B)352.63º51.35%87.06%-
XYZ3927.6621.7-
YUV143.68115.77183.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=49.12%
G=23.89%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210812200.510.450.13352.6363.3364.71
HexDE6C7A0332DD1613f41
Octal336154172063551554177101
Binary1101111011011001111010011001110110111011011000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C7A; }

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

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

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

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

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

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

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

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