Shades of Froly #DF6078
Tints of Froly #DF6078
RGB
CMYK
RGB Variations
Color information
#DF6078 (or 0xDF6078) is known color: Froly. HEX triplet: DF, 60 and 78. RGB value is (223,96,120). Sum of RGB (Red+Green+Blue) = 223+96+120=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6078 is #209F87. Grayscale: #888888. Windows color (decimal): -2137992 or 7889119. OLE color: 7889119.
HSL color Cylindrical-coordinate representation of color #DF6078: hue angle of 348.66º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6078 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 120 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.13 |
| HSL | 348.66º | 0.66% | 0.63% | - |
| HSV(B) | 348.66º | 0.57% | 0.87% | - |
| XYZ | 38 | 25.41 | 20.67 | - |
| YUV | 136.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 120 | 0 | 0.57 | 0.46 | 0.13 | 348.66 | 0.66 | 0.63 |
| Hex | DF | 60 | 78 | 0 | 39 | 2E | D | 15D | 42 | 3F |
| Octal | 337 | 140 | 170 | 0 | 71 | 56 | 15 | 535 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1111000 | 0 | 111001 | 101110 | 1101 | 101011101 | 1000010 | 111111 |
Color Harmonies of #DF6078
Complementary color
Monochromatic Colors of #DF6078
Black with #DF6078
Text Example
Text Example
White with #DF6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6078; }
p { color: rgb(223,96,120); }
H1.HeaderClassName
{
color: #DF6078;
}
.AnyTagClassName
{
color: #DF6078;
}
</style>
background-color css
<style>
a { background-color: #DF6078; }
a { background-color: rgb(223,96,120); }
div.DivClassName
{
background-color: #DF6078;
}
.BgClassName
{
background-color: #DF6078;
}
</style>
border-color css
<style>
span { border-color: #DF6078; }
span { border-color: rgb(223,96,120); }
td.TdClassName
{
border-color: #DF6078;
}
.TagClassName
{
border-color: #DF6078;
}
</style>