#DF6A7D

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

Shades of Froly #DF6A7D

Tints of Froly #DF6A7D

Color information

#DF6A7D (or 0xDF6A7D) is unknown color: approx Froly. HEX triplet: DF, 6A and 7D. RGB value is (223,106,125). Sum of RGB (Red+Green+Blue) = 223+106+125=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A7D is #209582. Grayscale: #8F8F8F. Windows color (decimal): -2135427 or 8219359. OLE color: 8219359.

HSL color Cylindrical-coordinate representation of color #DF6A7D: hue angle of 350.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6A7D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223106125-
CMYK00.520.440.13
HSL350.26º64.64%64.51%-
HSV(B)350.26º52.47%87.45%-
XYZ39.2927.4822.63-
YUV143.15117.76184.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=49.12%
G=23.35%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310612500.520.440.13350.2664.6464.51
HexDF6A7D0342CD15e4141
Octal3371521750645415536101101
Binary11011111110101011111010110100101100110110101111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A7D; }

 p { color: rgb(223,106,125); }

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

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

 a { background-color: rgb(223,106,125); }

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

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

 span { border-color: rgb(223,106,125); }

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