Shades of Froly #DF5F67
Tints of Froly #DF5F67
RGB
CMYK
RGB Variations
Color information
#DF5F67 (or 0xDF5F67) is known color: Froly. HEX triplet: DF, 5F and 67. RGB value is (223,95,103). Sum of RGB (Red+Green+Blue) = 223+95+103=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F67 is #20A098. Grayscale: #868686. Windows color (decimal): -2138265 or 6774751. OLE color: 6774751.
HSL color Cylindrical-coordinate representation of color #DF5F67: hue angle of 356.25º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F67 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 103 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.13 |
| HSL | 356.25º | 0.67% | 0.62% | - |
| HSV(B) | 356.25º | 0.57% | 0.87% | - |
| XYZ | 36.97 | 24.85 | 15.68 | - |
| YUV | 134.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 103 | 0 | 0.57 | 0.54 | 0.13 | 356.25 | 0.67 | 0.62 |
| Hex | DF | 5F | 67 | 0 | 39 | 36 | D | 164 | 43 | 3E |
| Octal | 337 | 137 | 147 | 0 | 71 | 66 | 15 | 544 | 103 | 76 |
| Binary | 11011111 | 1011111 | 1100111 | 0 | 111001 | 110110 | 1101 | 101100100 | 1000011 | 111110 |
Color Harmonies of #DF5F67
Complementary color
Monochromatic Colors of #DF5F67
Black with #DF5F67
Text Example
Text Example
White with #DF5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F67; }
p { color: rgb(223,95,103); }
H1.HeaderClassName
{
color: #DF5F67;
}
.AnyTagClassName
{
color: #DF5F67;
}
</style>
background-color css
<style>
a { background-color: #DF5F67; }
a { background-color: rgb(223,95,103); }
div.DivClassName
{
background-color: #DF5F67;
}
.BgClassName
{
background-color: #DF5F67;
}
</style>
border-color css
<style>
span { border-color: #DF5F67; }
span { border-color: rgb(223,95,103); }
td.TdClassName
{
border-color: #DF5F67;
}
.TagClassName
{
border-color: #DF5F67;
}
</style>