#DF626D

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

Shades of Froly #DF626D

Tints of Froly #DF626D

Color information

#DF626D (or 0xDF626D) is unknown color: approx Froly. HEX triplet: DF, 62 and 6D. RGB value is (223,98,109). Sum of RGB (Red+Green+Blue) = 223+98+109=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF626D is #209D92. Grayscale: #888888. Windows color (decimal): -2137491 or 7168735. OLE color: 7168735.

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

Color convert

RGB22398109-
CMYK00.560.510.13
HSL354.72º66.14%62.94%-
HSV(B)354.72º56.05%87.45%-
XYZ37.5625.5317.42-
YUV136.63112.41189.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=51.86%
G=22.79%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239810900.560.510.13354.7266.1462.94
HexDF626D03833D163423f
Octal337142155070631554310277
Binary1101111111000101101101011100011001111011011000111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF626D; }

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

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

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

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

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

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

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

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