#DE6470

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

Shades of Froly #DE6470

Tints of Froly #DE6470

Color information

#DE6470 (or 0xDE6470) is unknown color: approx Froly. HEX triplet: DE, 64 and 70. RGB value is (222,100,112). Sum of RGB (Red+Green+Blue) = 222+100+112=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6470 is #219B8F. Grayscale: #898989. Windows color (decimal): -2202512 or 7365854. OLE color: 7365854.

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

Color convert

RGB222100112-
CMYK00.550.500.13
HSL354.1º64.89%63.14%-
HSV(B)354.1º54.95%87.06%-
XYZ37.6125.8118.33-
YUV137.85113.42188.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.15%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=51.15%
G=23.04%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210011200.550.500.13354.164.8963.14
HexDE647003732D162413f
Octal336144160067621554210177
Binary1101111011001001110000011011111001011011011000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6470; }

 p { color: rgb(222,100,112); }

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

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

 a { background-color: rgb(222,100,112); }

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

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

 span { border-color: rgb(222,100,112); }

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