#DE667C

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

Shades of Froly #DE667C

Tints of Froly #DE667C

Color information

#DE667C (or 0xDE667C) is unknown color: approx Froly. HEX triplet: DE, 66 and 7C. RGB value is (222,102,124). Sum of RGB (Red+Green+Blue) = 222+102+124=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE667C is #219983. Grayscale: #8C8C8C. Windows color (decimal): -2201988 or 8152798. OLE color: 8152798.

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

Color convert

RGB222102124-
CMYK00.540.440.13
HSL349º64.52%63.53%-
HSV(B)349º54.05%87.06%-
XYZ38.5126.4922.15-
YUV140.39118.76186.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=49.55%
G=22.77%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210212400.540.440.1334964.5263.53
HexDE667C0362CD15d4140
Octal3361461740665415535101100
Binary11011110110011011111000110110101100110110101110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE667C; }

 p { color: rgb(222,102,124); }

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

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

 a { background-color: rgb(222,102,124); }

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

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

 span { border-color: rgb(222,102,124); }

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