#DF7278

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

Shades of Froly #DF7278

Tints of Froly #DF7278

Color information

#DF7278 (or 0xDF7278) is unknown color: approx Froly. HEX triplet: DF, 72 and 78. RGB value is (223,114,120). Sum of RGB (Red+Green+Blue) = 223+114+120=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7278 is #208D87. Grayscale: #939393. Windows color (decimal): -2133384 or 7893727. OLE color: 7893727.

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

Color convert

RGB223114120-
CMYK00.490.460.13
HSL356.7º63.01%66.08%-
HSV(B)356.7º48.88%87.45%-
XYZ39.8429.0821.28-
YUV147.27112.61182.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=48.80%
G=24.95%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311412000.490.460.13356.763.0166.08
HexDF72780312ED1653f42
Octal337162170061561554577102
Binary1101111111100101111000011000110111011011011001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7278; }

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

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

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

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

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

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

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

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