#DE6B7B

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

Shades of Froly #DE6B7B

Tints of Froly #DE6B7B

Color information

#DE6B7B (or 0xDE6B7B) is unknown color: approx Froly. HEX triplet: DE, 6B and 7B. RGB value is (222,107,123). Sum of RGB (Red+Green+Blue) = 222+107+123=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B7B is #219484. Grayscale: #8F8F8F. Windows color (decimal): -2200709 or 8088542. OLE color: 8088542.

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

Color convert

RGB222107123-
CMYK00.520.450.13
HSL351.65º63.54%64.51%-
HSV(B)351.65º51.8%87.06%-
XYZ38.9627.4821.99-
YUV143.21116.6184.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=49.12%
G=23.67%
B=27.21%

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
Decimal22210712300.520.450.13351.6563.5464.51
HexDE6B7B0342DD1604041
Octal3361531730645515540100101
Binary11011110110101111110110110100101101110110110000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B7B; }

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

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

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

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

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

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

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

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