#DF656D

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

Shades of Froly #DF656D

Tints of Froly #DF656D

Color information

#DF656D (or 0xDF656D) is unknown color: approx Froly. HEX triplet: DF, 65 and 6D. RGB value is (223,101,109). Sum of RGB (Red+Green+Blue) = 223+101+109=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF656D is #209A92. Grayscale: #8A8A8A. Windows color (decimal): -2136723 or 7169503. OLE color: 7169503.

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

Color convert

RGB223101109-
CMYK00.550.510.13
HSL356.07º65.59%63.53%-
HSV(B)356.07º54.71%87.45%-
XYZ37.8526.117.51-
YUV138.39111.42188.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=51.50%
G=23.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310110900.550.510.13356.0765.5963.53
HexDF656D03733D1644240
Octal3371451550676315544102100
Binary11011111110010111011010110111110011110110110010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF656D; }

 p { color: rgb(223,101,109); }

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

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

 a { background-color: rgb(223,101,109); }

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

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

 span { border-color: rgb(223,101,109); }

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