#de6673

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

Shades of Froly #DE6673

Tints of Froly #DE6673

Color information

#DE6673 (or 0xDE6673) is unknown color: approx Froly. HEX triplet: DE, 66 and 73. RGB value is (222,102,115). Sum of RGB (Red+Green+Blue) = 222+102+115=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6673 is #21998C. Grayscale: #8B8B8B. Windows color (decimal): -2201997 or 7562974. OLE color: 7562974.

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

Color convert

RGB222102115-
CMYK00.540.480.13
HSL353.5º64.52%63.53%-
HSV(B)353.5º54.05%87.06%-
XYZ37.9726.2719.29-
YUV139.36114.26186.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=50.57%
G=23.23%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210211500.540.480.13353.564.5263.53
HexDE667303630D1624140
Octal3361461630666015542101100
Binary11011110110011011100110110110110000110110110001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6673; }

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

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

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

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

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

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

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

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