Shades of Froly #DF727B
Tints of Froly #DF727B
RGB
CMYK
RGB Variations
Color information
#DF727B (or 0xDF727B) is known color: Froly. HEX triplet: DF, 72 and 7B. RGB value is (223,114,123). Sum of RGB (Red+Green+Blue) = 223+114+123=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF727B is #208D84. Grayscale: #939393. Windows color (decimal): -2133381 or 8090335. OLE color: 8090335.
HSL color Cylindrical-coordinate representation of color #DF727B: hue angle of 355.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF727B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 123 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.13 |
| HSL | 355.05º | 0.63% | 0.66% | - |
| HSV(B) | 355.05º | 0.49% | 0.87% | - |
| XYZ | 40.02 | 29.15 | 22.26 | - |
| YUV | 147.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 123 | 0 | 0.49 | 0.45 | 0.13 | 355.05 | 0.63 | 0.66 |
| Hex | DF | 72 | 7B | 0 | 31 | 2D | D | 163 | 3F | 42 |
| Octal | 337 | 162 | 173 | 0 | 61 | 55 | 15 | 543 | 77 | 102 |
| Binary | 11011111 | 1110010 | 1111011 | 0 | 110001 | 101101 | 1101 | 101100011 | 111111 | 1000010 |
Color Harmonies of #DF727B
Complementary color
Monochromatic Colors of #DF727B
Black with #DF727B
Text Example
Text Example
White with #DF727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF727B; }
p { color: rgb(223,114,123); }
H1.HeaderClassName
{
color: #DF727B;
}
.AnyTagClassName
{
color: #DF727B;
}
</style>
background-color css
<style>
a { background-color: #DF727B; }
a { background-color: rgb(223,114,123); }
div.DivClassName
{
background-color: #DF727B;
}
.BgClassName
{
background-color: #DF727B;
}
</style>
border-color css
<style>
span { border-color: #DF727B; }
span { border-color: rgb(223,114,123); }
td.TdClassName
{
border-color: #DF727B;
}
.TagClassName
{
border-color: #DF727B;
}
</style>