#DF6063

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

Shades of Froly #DF6063

Tints of Froly #DF6063

Color information

#DF6063 (or 0xDF6063) is unknown color: approx Froly. HEX triplet: DF, 60 and 63. RGB value is (223,96,99). Sum of RGB (Red+Green+Blue) = 223+96+99=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6063 is #209F9C. Grayscale: #868686. Windows color (decimal): -2138013 or 6512863. OLE color: 6512863.

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

Color convert

RGB2239699-
CMYK00.570.560.13
HSL358.58º66.49%62.55%-
HSV(B)358.58º56.95%87.45%-
XYZ36.8724.9514.68-
YUV134.32108.08191.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=53.35%
G=22.97%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223969900.570.560.13358.5866.4962.55
HexDF606303938D167423f
Octal337140143071701554710277
Binary1101111111000001100011011100111100011011011001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6063; }

 p { color: rgb(223,96,99); }

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

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

 a { background-color: rgb(223,96,99); }

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

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

 span { border-color: rgb(223,96,99); }

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