#DE6375

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

Shades of Froly #DE6375

Tints of Froly #DE6375

Color information

#DE6375 (or 0xDE6375) is unknown color: approx Froly. HEX triplet: DE, 63 and 75. RGB value is (222,99,117). Sum of RGB (Red+Green+Blue) = 222+99+117=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6375 is #219C8A. Grayscale: #898989. Windows color (decimal): -2202763 or 7693278. OLE color: 7693278.

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

Color convert

RGB22299117-
CMYK00.550.470.13
HSL351.22º65.08%62.94%-
HSV(B)351.22º55.41%87.06%-
XYZ37.825.7419.81-
YUV137.83116.25188.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.68%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=50.68%
G=22.60%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229911700.550.470.13351.2265.0862.94
HexDE63750372FD15f413f
Octal336143165067571553710177
Binary1101111011000111110101011011110111111011010111111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6375; }

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

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

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

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

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

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

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

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