Shades of Froly #DF626D
Tints of Froly #DF626D
RGB
CMYK
RGB Variations
Color information
#DF626D (or 0xDF626D) is known color: 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
| RGB | 223 | 98 | 109 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.13 |
| HSL | 354.72º | 0.66% | 0.63% | - |
| HSV(B) | 354.72º | 0.56% | 0.87% | - |
| XYZ | 37.56 | 25.53 | 17.42 | - |
| YUV | 136.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 109 | 0 | 0.56 | 0.51 | 0.13 | 354.72 | 0.66 | 0.63 |
| Hex | DF | 62 | 6D | 0 | 38 | 33 | D | 163 | 42 | 3F |
| Octal | 337 | 142 | 155 | 0 | 70 | 63 | 15 | 543 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1101101 | 0 | 111000 | 110011 | 1101 | 101100011 | 1000010 | 111111 |
Color Harmonies of #DF626D
Complementary color
Monochromatic Colors of #DF626D
Black with #DF626D
Text Example
Text Example
White with #DF626D
Text Example
Text Example
HTML Codes & Css Web 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>