#DE616E

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

Shades of Froly #DE616E

Tints of Froly #DE616E

Color information

#DE616E (or 0xDE616E) is unknown color: approx Froly. HEX triplet: DE, 61 and 6E. RGB value is (222,97,110). Sum of RGB (Red+Green+Blue) = 222+97+110=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE616E is #219E91. Grayscale: #878787. Windows color (decimal): -2203282 or 7234014. OLE color: 7234014.

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

Color convert

RGB22297110-
CMYK00.560.500.13
HSL353.76º65.45%62.55%-
HSV(B)353.76º56.31%87.06%-
XYZ37.2125.217.66-
YUV135.86113.41189.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.75%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=51.75%
G=22.61%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229711000.560.500.13353.7665.4562.55
HexDE616E03832D162413f
Octal336141156070621554210177
Binary1101111011000011101110011100011001011011011000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE616E; }

 p { color: rgb(222,97,110); }

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

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

 a { background-color: rgb(222,97,110); }

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

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

 span { border-color: rgb(222,97,110); }

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