#DE616A

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

Shades of Froly #DE616A

Tints of Froly #DE616A

Color information

#DE616A (or 0xDE616A) is unknown color: approx Froly. HEX triplet: DE, 61 and 6A. RGB value is (222,97,106). Sum of RGB (Red+Green+Blue) = 222+97+106=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE616A is #219E95. Grayscale: #878787. Windows color (decimal): -2203286 or 6971870. OLE color: 6971870.

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

Color convert

RGB22297106-
CMYK00.560.520.13
HSL355.68º65.45%62.55%-
HSV(B)355.68º56.31%87.06%-
XYZ3725.1216.53-
YUV135.4111.41189.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=52.24%
G=22.82%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229710600.560.520.13355.6865.4562.55
HexDE616A03834D164413f
Octal336141152070641554410177
Binary1101111011000011101010011100011010011011011001001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE616A; }

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

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

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

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

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

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

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

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