Shades of Froly #DF7578
Tints of Froly #DF7578
RGB
CMYK
RGB Variations
Color information
#DF7578 (or 0xDF7578) is known color: Froly. HEX triplet: DF, 75 and 78. RGB value is (223,117,120). Sum of RGB (Red+Green+Blue) = 223+117+120=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7578 is #208A87. Grayscale: #959595. Windows color (decimal): -2132616 or 7894495. OLE color: 7894495.
HSL color Cylindrical-coordinate representation of color #DF7578: hue angle of 358.3º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7578 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 120 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.13 |
| HSL | 358.3º | 0.62% | 0.67% | - |
| HSV(B) | 358.3º | 0.48% | 0.87% | - |
| XYZ | 40.18 | 29.77 | 21.4 | - |
| YUV | 149.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 120 | 0 | 0.48 | 0.46 | 0.13 | 358.3 | 0.62 | 0.67 |
| Hex | DF | 75 | 78 | 0 | 30 | 2E | D | 166 | 3E | 43 |
| Octal | 337 | 165 | 170 | 0 | 60 | 56 | 15 | 546 | 76 | 103 |
| Binary | 11011111 | 1110101 | 1111000 | 0 | 110000 | 101110 | 1101 | 101100110 | 111110 | 1000011 |
Color Harmonies of #DF7578
Complementary color
Monochromatic Colors of #DF7578
Black with #DF7578
Text Example
Text Example
White with #DF7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7578; }
p { color: rgb(223,117,120); }
H1.HeaderClassName
{
color: #DF7578;
}
.AnyTagClassName
{
color: #DF7578;
}
</style>
background-color css
<style>
a { background-color: #DF7578; }
a { background-color: rgb(223,117,120); }
div.DivClassName
{
background-color: #DF7578;
}
.BgClassName
{
background-color: #DF7578;
}
</style>
border-color css
<style>
span { border-color: #DF7578; }
span { border-color: rgb(223,117,120); }
td.TdClassName
{
border-color: #DF7578;
}
.TagClassName
{
border-color: #DF7578;
}
</style>