#DE6265

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

Shades of Froly #DE6265

Tints of Froly #DE6265

Color information

#DE6265 (or 0xDE6265) is unknown color: approx Froly. HEX triplet: DE, 62 and 65. RGB value is (222,98,101). Sum of RGB (Red+Green+Blue) = 222+98+101=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6265 is #219D9A. Grayscale: #878787. Windows color (decimal): -2203035 or 6644446. OLE color: 6644446.

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

Color convert

RGB22298101-
CMYK00.560.550.13
HSL358.55º65.26%62.75%-
HSV(B)358.55º55.86%87.06%-
XYZ36.8425.215.24-
YUV135.42108.58189.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.73%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=52.73%
G=23.28%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229810100.560.550.13358.5565.2662.75
HexDE626503837D167413f
Octal336142145070671554710177
Binary1101111011000101100101011100011011111011011001111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6265; }

 p { color: rgb(222,98,101); }

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

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

 a { background-color: rgb(222,98,101); }

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

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

 span { border-color: rgb(222,98,101); }

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