#DE6271

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

Shades of Froly #DE6271

Tints of Froly #DE6271

Color information

#DE6271 (or 0xDE6271) is unknown color: approx Froly. HEX triplet: DE, 62 and 71. RGB value is (222,98,113). Sum of RGB (Red+Green+Blue) = 222+98+113=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6271 is #219D8E. Grayscale: #888888. Windows color (decimal): -2203023 or 7430878. OLE color: 7430878.

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

Color convert

RGB22298113-
CMYK00.560.490.13
HSL352.74º65.26%62.75%-
HSV(B)352.74º55.86%87.06%-
XYZ37.4725.4618.56-
YUV136.79114.58188.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=51.27%
G=22.63%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229811300.560.490.13352.7465.2662.75
HexDE627103831D161413f
Octal336142161070611554110177
Binary1101111011000101110001011100011000111011011000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6271; }

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

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

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

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

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

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

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

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