#DF6978

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

Shades of Froly #DF6978

Tints of Froly #DF6978

Color information

#DF6978 (or 0xDF6978) is unknown color: approx Froly. HEX triplet: DF, 69 and 78. RGB value is (223,105,120). Sum of RGB (Red+Green+Blue) = 223+105+120=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6978 is #209687. Grayscale: #8E8E8E. Windows color (decimal): -2135688 or 7891423. OLE color: 7891423.

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

Color convert

RGB223105120-
CMYK00.530.460.13
HSL352.37º64.84%64.31%-
HSV(B)352.37º52.91%87.45%-
XYZ38.8727.1520.96-
YUV141.99115.59185.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.78%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=49.78%
G=23.44%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310512000.530.460.13352.3764.8464.31
HexDF69780352ED1604140
Octal3371511700655615540101100
Binary11011111110100111110000110101101110110110110000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6978; }

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

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

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

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

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

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

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

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