Shades of Froly #DF6075
Tints of Froly #DF6075
RGB
CMYK
RGB Variations
Color information
#DF6075 (or 0xDF6075) is known color: Froly. HEX triplet: DF, 60 and 75. RGB value is (223,96,117). Sum of RGB (Red+Green+Blue) = 223+96+117=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6075 is #209F8A. Grayscale: #888888. Windows color (decimal): -2137995 or 7692511. OLE color: 7692511.
HSL color Cylindrical-coordinate representation of color #DF6075: hue angle of 350.08º 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 #DF6075 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 117 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.13 |
| HSL | 350.08º | 0.66% | 0.63% | - |
| HSV(B) | 350.08º | 0.57% | 0.87% | - |
| XYZ | 37.83 | 25.34 | 19.73 | - |
| YUV | 136.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 117 | 0 | 0.57 | 0.48 | 0.13 | 350.08 | 0.66 | 0.63 |
| Hex | DF | 60 | 75 | 0 | 39 | 30 | D | 15E | 42 | 3F |
| Octal | 337 | 140 | 165 | 0 | 71 | 60 | 15 | 536 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1110101 | 0 | 111001 | 110000 | 1101 | 101011110 | 1000010 | 111111 |
Color Harmonies of #DF6075
Complementary color
Monochromatic Colors of #DF6075
Black with #DF6075
Text Example
Text Example
White with #DF6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6075; }
p { color: rgb(223,96,117); }
H1.HeaderClassName
{
color: #DF6075;
}
.AnyTagClassName
{
color: #DF6075;
}
</style>
background-color css
<style>
a { background-color: #DF6075; }
a { background-color: rgb(223,96,117); }
div.DivClassName
{
background-color: #DF6075;
}
.BgClassName
{
background-color: #DF6075;
}
</style>
border-color css
<style>
span { border-color: #DF6075; }
span { border-color: rgb(223,96,117); }
td.TdClassName
{
border-color: #DF6075;
}
.TagClassName
{
border-color: #DF6075;
}
</style>