Shades of Froly #DF6B75
Tints of Froly #DF6B75
RGB
CMYK
RGB Variations
Color information
#DF6B75 (or 0xDF6B75) is known color: Froly. HEX triplet: DF, 6B and 75. RGB value is (223,107,117). Sum of RGB (Red+Green+Blue) = 223+107+117=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B75 is #20948A. Grayscale: #8E8E8E. Windows color (decimal): -2135179 or 7695327. OLE color: 7695327.
HSL color Cylindrical-coordinate representation of color #DF6B75: hue angle of 354.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6B75 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 117 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.13 |
| HSL | 354.83º | 0.64% | 0.65% | - |
| HSV(B) | 354.83º | 0.52% | 0.87% | - |
| XYZ | 38.9 | 27.49 | 20.09 | - |
| YUV | 142.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 117 | 0 | 0.52 | 0.48 | 0.13 | 354.83 | 0.64 | 0.65 |
| Hex | DF | 6B | 75 | 0 | 34 | 30 | D | 163 | 40 | 41 |
| Octal | 337 | 153 | 165 | 0 | 64 | 60 | 15 | 543 | 100 | 101 |
| Binary | 11011111 | 1101011 | 1110101 | 0 | 110100 | 110000 | 1101 | 101100011 | 1000000 | 1000001 |
Color Harmonies of #DF6B75
Complementary color
Monochromatic Colors of #DF6B75
Black with #DF6B75
Text Example
Text Example
White with #DF6B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B75; }
p { color: rgb(223,107,117); }
H1.HeaderClassName
{
color: #DF6B75;
}
.AnyTagClassName
{
color: #DF6B75;
}
</style>
background-color css
<style>
a { background-color: #DF6B75; }
a { background-color: rgb(223,107,117); }
div.DivClassName
{
background-color: #DF6B75;
}
.BgClassName
{
background-color: #DF6B75;
}
</style>
border-color css
<style>
span { border-color: #DF6B75; }
span { border-color: rgb(223,107,117); }
td.TdClassName
{
border-color: #DF6B75;
}
.TagClassName
{
border-color: #DF6B75;
}
</style>