#df6569

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

Shades of Froly #DF6569

Tints of Froly #DF6569

Color information

#DF6569 (or 0xDF6569) is unknown color: approx Froly. HEX triplet: DF, 65 and 69. RGB value is (223,101,105). Sum of RGB (Red+Green+Blue) = 223+101+105=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6569 is #209A96. Grayscale: #8A8A8A. Windows color (decimal): -2136727 or 6907359. OLE color: 6907359.

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

Color convert

RGB223101105-
CMYK00.550.530.13
HSL358.03º65.59%63.53%-
HSV(B)358.03º54.71%87.45%-
XYZ37.6326.0216.4-
YUV137.93109.42188.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.98%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=51.98%
G=23.54%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310110500.550.530.13358.0365.5963.53
HexDF656903735D1664240
Octal3371451510676515546102100
Binary11011111110010111010010110111110101110110110011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6569; }

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

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

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

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

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

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

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

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