#df6575

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

Shades of Froly #DF6575

Tints of Froly #DF6575

Color information

#DF6575 (or 0xDF6575) is unknown color: approx Froly. HEX triplet: DF, 65 and 75. RGB value is (223,101,117). Sum of RGB (Red+Green+Blue) = 223+101+117=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6575 is #209A8A. Grayscale: #8B8B8B. Windows color (decimal): -2136715 or 7693791. OLE color: 7693791.

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

Color convert

RGB223101117-
CMYK00.550.480.13
HSL352.13º65.59%63.53%-
HSV(B)352.13º54.71%87.45%-
XYZ38.326.2819.88-
YUV139.3115.42187.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.57%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=50.57%
G=22.90%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310111700.550.480.13352.1365.5963.53
HexDF657503730D1604240
Octal3371451650676015540102100
Binary11011111110010111101010110111110000110110110000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6575; }

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

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

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

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

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

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

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

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