#DE7580

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

Shades of Froly #DE7580

Tints of Froly #DE7580

Color information

#DE7580 (or 0xDE7580) is unknown color: approx Froly. HEX triplet: DE, 75 and 80. RGB value is (222,117,128). Sum of RGB (Red+Green+Blue) = 222+117+128=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7580 is #218A7F. Grayscale: #959595. Windows color (decimal): -2198144 or 8418782. OLE color: 8418782.

HSL color Cylindrical-coordinate representation of color #DE7580: hue angle of 353.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7580 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222117128-
CMYK00.470.420.13
HSL353.71º61.4%66.47%-
HSV(B)353.71º47.3%87.06%-
XYZ40.3829.8124.05-
YUV149.65115.79179.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=47.54%
G=25.05%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211712800.470.420.13353.7161.466.47
HexDE758002F2AD1623d42
Octal336165200057521554275102
Binary11011110111010110000000010111110101011011011000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7580; }

 p { color: rgb(222,117,128); }

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

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

 a { background-color: rgb(222,117,128); }

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

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

 span { border-color: rgb(222,117,128); }

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