#DF647B

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

Shades of Froly #DF647B

Tints of Froly #DF647B

Color information

#DF647B (or 0xDF647B) is unknown color: approx Froly. HEX triplet: DF, 64 and 7B. RGB value is (223,100,123). Sum of RGB (Red+Green+Blue) = 223+100+123=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF647B is #209B84. Grayscale: #8B8B8B. Windows color (decimal): -2136965 or 8086751. OLE color: 8086751.

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

Color convert

RGB223100123-
CMYK00.550.450.13
HSL348.78º65.78%63.33%-
HSV(B)348.78º55.16%87.45%-
XYZ38.5626.2321.77-
YUV139.4118.75187.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=50%
G=22.42%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310012300.550.450.13348.7865.7863.33
HexDF647B0372DD15d423f
Octal337144173067551553510277
Binary1101111111001001111011011011110110111011010111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF647B; }

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

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

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

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

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

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

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

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