#DE6D7A

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

Shades of Froly #DE6D7A

Tints of Froly #DE6D7A

Color information

#DE6D7A (or 0xDE6D7A) is unknown color: approx Froly. HEX triplet: DE, 6D and 7A. RGB value is (222,109,122). Sum of RGB (Red+Green+Blue) = 222+109+122=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D7A is #219285. Grayscale: #909090. Windows color (decimal): -2200198 or 8023518. OLE color: 8023518.

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

Color convert

RGB222109122-
CMYK00.510.450.13
HSL353.1º63.13%64.9%-
HSV(B)353.1º50.9%87.06%-
XYZ39.1127.8721.73-
YUV144.27115.44183.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=49.01%
G=24.06%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210912200.510.450.13353.163.1364.9
HexDE6D7A0332DD1613f41
Octal336155172063551554177101
Binary1101111011011011111010011001110110111011011000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6D7A; }

 p { color: rgb(222,109,122); }

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

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

 a { background-color: rgb(222,109,122); }

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

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

 span { border-color: rgb(222,109,122); }

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