#DE6C7C

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

Shades of Froly #DE6C7C

Tints of Froly #DE6C7C

Color information

#DE6C7C (or 0xDE6C7C) is unknown color: approx Froly. HEX triplet: DE, 6C and 7C. RGB value is (222,108,124). Sum of RGB (Red+Green+Blue) = 222+108+124=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C7C is #219383. Grayscale: #8F8F8F. Windows color (decimal): -2200452 or 8154334. OLE color: 8154334.

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

Color convert

RGB222108124-
CMYK00.510.440.13
HSL351.58º63.33%64.71%-
HSV(B)351.58º51.35%87.06%-
XYZ39.1227.7122.36-
YUV143.91116.77183.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=48.90%
G=23.79%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210812400.510.440.13351.5863.3364.71
HexDE6C7C0332CD1603f41
Octal336154174063541554077101
Binary1101111011011001111100011001110110011011011000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C7C; }

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

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

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

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

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

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

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

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