Shades of Froly #DF6375
Tints of Froly #DF6375
RGB
CMYK
RGB Variations
Color information
#DF6375 (or 0xDF6375) is known color: Froly. HEX triplet: DF, 63 and 75. RGB value is (223,99,117). Sum of RGB (Red+Green+Blue) = 223+99+117=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6375 is #209C8A. Grayscale: #8A8A8A. Windows color (decimal): -2137227 or 7693279. OLE color: 7693279.
HSL color Cylindrical-coordinate representation of color #DF6375: hue angle of 351.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6375 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 117 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.13 |
| HSL | 351.29º | 0.66% | 0.63% | - |
| HSV(B) | 351.29º | 0.56% | 0.87% | - |
| XYZ | 38.1 | 25.9 | 19.82 | - |
| YUV | 138.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 117 | 0 | 0.56 | 0.48 | 0.13 | 351.29 | 0.66 | 0.63 |
| Hex | DF | 63 | 75 | 0 | 38 | 30 | D | 15F | 42 | 3F |
| Octal | 337 | 143 | 165 | 0 | 70 | 60 | 15 | 537 | 102 | 77 |
| Binary | 11011111 | 1100011 | 1110101 | 0 | 111000 | 110000 | 1101 | 101011111 | 1000010 | 111111 |
Color Harmonies of #DF6375
Complementary color
Monochromatic Colors of #DF6375
Black with #DF6375
Text Example
Text Example
White with #DF6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6375; }
p { color: rgb(223,99,117); }
H1.HeaderClassName
{
color: #DF6375;
}
.AnyTagClassName
{
color: #DF6375;
}
</style>
background-color css
<style>
a { background-color: #DF6375; }
a { background-color: rgb(223,99,117); }
div.DivClassName
{
background-color: #DF6375;
}
.BgClassName
{
background-color: #DF6375;
}
</style>
border-color css
<style>
span { border-color: #DF6375; }
span { border-color: rgb(223,99,117); }
td.TdClassName
{
border-color: #DF6375;
}
.TagClassName
{
border-color: #DF6375;
}
</style>