#DF6274

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

Shades of Froly #DF6274

Tints of Froly #DF6274

Color information

#DF6274 (or 0xDF6274) is unknown color: approx Froly. HEX triplet: DF, 62 and 74. RGB value is (223,98,116). Sum of RGB (Red+Green+Blue) = 223+98+116=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6274 is #209D8B. Grayscale: #898989. Windows color (decimal): -2137484 or 7627487. OLE color: 7627487.

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

Color convert

RGB22398116-
CMYK00.560.480.13
HSL351.36º66.14%62.94%-
HSV(B)351.36º56.05%87.45%-
XYZ37.9525.6819.48-
YUV137.43115.91189.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.03%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=51.03%
G=22.43%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239811600.560.480.13351.3666.1462.94
HexDF627403830D15f423f
Octal337142164070601553710277
Binary1101111111000101110100011100011000011011010111111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6274; }

 p { color: rgb(223,98,116); }

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

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

 a { background-color: rgb(223,98,116); }

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

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

 span { border-color: rgb(223,98,116); }

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