#DF6576

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

Shades of Froly #DF6576

Tints of Froly #DF6576

Color information

#DF6576 (or 0xDF6576) is unknown color: approx Froly. HEX triplet: DF, 65 and 76. RGB value is (223,101,118). Sum of RGB (Red+Green+Blue) = 223+101+118=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6576 is #209A89. Grayscale: #8B8B8B. Windows color (decimal): -2136714 or 7759327. OLE color: 7759327.

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

Color convert

RGB223101118-
CMYK00.550.470.13
HSL351.64º65.59%63.53%-
HSV(B)351.64º54.71%87.45%-
XYZ38.3626.320.2-
YUV139.42115.92187.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=50.45%
G=22.85%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310111800.550.470.13351.6465.5963.53
HexDF65760372FD1604240
Octal3371451660675715540102100
Binary11011111110010111101100110111101111110110110000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6576; }

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

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

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

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

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

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

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

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