Shades of Froly #DF6575
Tints of Froly #DF6575
RGB
CMYK
RGB Variations
Color information
#DF6575 (or 0xDF6575) is known color: Froly. HEX triplet: DF, 65 and 75. RGB value is (223,101,117). Sum of RGB (Red+Green+Blue) = 223+101+117=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6575 is #209A8A. Grayscale: #8B8B8B. Windows color (decimal): -2136715 or 7693791. OLE color: 7693791.
HSL color Cylindrical-coordinate representation of color #DF6575: hue angle of 352.13º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6575 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 117 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.13 |
| HSL | 352.13º | 0.66% | 0.64% | - |
| HSV(B) | 352.13º | 0.55% | 0.87% | - |
| XYZ | 38.3 | 26.28 | 19.88 | - |
| YUV | 139.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 117 | 0 | 0.55 | 0.48 | 0.13 | 352.13 | 0.66 | 0.64 |
| Hex | DF | 65 | 75 | 0 | 37 | 30 | D | 160 | 42 | 40 |
| Octal | 337 | 145 | 165 | 0 | 67 | 60 | 15 | 540 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1110101 | 0 | 110111 | 110000 | 1101 | 101100000 | 1000010 | 1000000 |
Color Harmonies of #DF6575
Complementary color
Monochromatic Colors of #DF6575
Black with #DF6575
Text Example
Text Example
White with #DF6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6575; }
p { color: rgb(223,101,117); }
H1.HeaderClassName
{
color: #DF6575;
}
.AnyTagClassName
{
color: #DF6575;
}
</style>
background-color css
<style>
a { background-color: #DF6575; }
a { background-color: rgb(223,101,117); }
div.DivClassName
{
background-color: #DF6575;
}
.BgClassName
{
background-color: #DF6575;
}
</style>
border-color css
<style>
span { border-color: #DF6575; }
span { border-color: rgb(223,101,117); }
td.TdClassName
{
border-color: #DF6575;
}
.TagClassName
{
border-color: #DF6575;
}
</style>