#DF626B

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

Shades of Froly #DF626B

Tints of Froly #DF626B

Color information

#DF626B (or 0xDF626B) is unknown color: approx Froly. HEX triplet: DF, 62 and 6B. RGB value is (223,98,107). Sum of RGB (Red+Green+Blue) = 223+98+107=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF626B is #209D94. Grayscale: #888888. Windows color (decimal): -2137493 or 7037663. OLE color: 7037663.

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

Color convert

RGB22398107-
CMYK00.560.520.13
HSL355.68º66.14%62.94%-
HSV(B)355.68º56.05%87.45%-
XYZ37.4525.4816.86-
YUV136.4111.41189.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 107 (42.19% from 255) = 25%
R=52.10%
G=22.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239810700.560.520.13355.6866.1462.94
HexDF626B03834D164423f
Octal337142153070641554410277
Binary1101111111000101101011011100011010011011011001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF626B; }

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

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

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

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

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

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

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

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