#DF6E7B

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

Shades of Froly #DF6E7B

Tints of Froly #DF6E7B

Color information

#DF6E7B (or 0xDF6E7B) is unknown color: approx Froly. HEX triplet: DF, 6E and 7B. RGB value is (223,110,123). Sum of RGB (Red+Green+Blue) = 223+110+123=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E7B is #209184. Grayscale: #919191. Windows color (decimal): -2134405 or 8089311. OLE color: 8089311.

HSL color Cylindrical-coordinate representation of color #DF6E7B: hue angle of 353.1º degrees, saturation: 0.64, 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 #DF6E7B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB223110123-
CMYK00.510.450.13
HSL353.1º63.84%65.29%-
HSV(B)353.1º50.67%87.45%-
XYZ39.5828.2722.11-
YUV145.27115.44183.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.90%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=48.90%
G=24.12%
B=26.97%

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
Decimal22311012300.510.450.13353.163.8465.29
HexDF6E7B0332DD1614041
Octal3371561730635515541100101
Binary11011111110111011110110110011101101110110110000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6E7B; }

 p { color: rgb(223,110,123); }

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

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

 a { background-color: rgb(223,110,123); }

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

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

 span { border-color: rgb(223,110,123); }

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