#DE6B6D

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

Shades of Froly #DE6B6D

Tints of Froly #DE6B6D

Color information

#DE6B6D (or 0xDE6B6D) is unknown color: approx Froly. HEX triplet: DE, 6B and 6D. RGB value is (222,107,109). Sum of RGB (Red+Green+Blue) = 222+107+109=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B6D is #219492. Grayscale: #8D8D8D. Windows color (decimal): -2200723 or 7171038. OLE color: 7171038.

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

Color convert

RGB222107109-
CMYK00.520.510.13
HSL358.96º63.54%64.51%-
HSV(B)358.96º51.8%87.06%-
XYZ38.1427.1517.7-
YUV141.61109.6185.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.68%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=50.68%
G=24.43%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210710900.520.510.13358.9663.5464.51
HexDE6B6D03433D1674041
Octal3361531550646315547100101
Binary11011110110101111011010110100110011110110110011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B6D; }

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

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

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

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

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

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

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

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