#DF6272

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

Shades of Froly #DF6272

Tints of Froly #DF6272

Color information

#DF6272 (or 0xDF6272) is unknown color: approx Froly. HEX triplet: DF, 62 and 72. RGB value is (223,98,114). Sum of RGB (Red+Green+Blue) = 223+98+114=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6272 is #209D8D. Grayscale: #898989. Windows color (decimal): -2137486 or 7496415. OLE color: 7496415.

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

Color convert

RGB22398114-
CMYK00.560.490.13
HSL352.32º66.14%62.94%-
HSV(B)352.32º56.05%87.45%-
XYZ37.8425.6418.87-
YUV137.2114.91189.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=51.26%
G=22.53%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239811400.560.490.13352.3266.1462.94
HexDF627203831D160423f
Octal337142162070611554010277
Binary1101111111000101110010011100011000111011011000001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6272; }

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

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

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

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

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

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

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

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