Shades of Froly #DF5D6E
Tints of Froly #DF5D6E
RGB
CMYK
RGB Variations
Color information
#DF5D6E (or 0xDF5D6E) is known color: Froly. HEX triplet: DF, 5D and 6E. RGB value is (223,93,110). Sum of RGB (Red+Green+Blue) = 223+93+110=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D6E is #20A291. Grayscale: #858585. Windows color (decimal): -2138770 or 7232991. OLE color: 7232991.
HSL color Cylindrical-coordinate representation of color #DF5D6E: hue angle of 352.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5D6E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 110 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.13 |
| HSL | 352.15º | 0.67% | 0.62% | - |
| HSV(B) | 352.15º | 0.58% | 0.87% | - |
| XYZ | 37.16 | 24.64 | 17.55 | - |
| YUV | 133.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 110 | 0 | 0.58 | 0.51 | 0.13 | 352.15 | 0.67 | 0.62 |
| Hex | DF | 5D | 6E | 0 | 3A | 33 | D | 160 | 43 | 3E |
| Octal | 337 | 135 | 156 | 0 | 72 | 63 | 15 | 540 | 103 | 76 |
| Binary | 11011111 | 1011101 | 1101110 | 0 | 111010 | 110011 | 1101 | 101100000 | 1000011 | 111110 |
Color Harmonies of #DF5D6E
Complementary color
Monochromatic Colors of #DF5D6E
Black with #DF5D6E
Text Example
Text Example
White with #DF5D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D6E; }
p { color: rgb(223,93,110); }
H1.HeaderClassName
{
color: #DF5D6E;
}
.AnyTagClassName
{
color: #DF5D6E;
}
</style>
background-color css
<style>
a { background-color: #DF5D6E; }
a { background-color: rgb(223,93,110); }
div.DivClassName
{
background-color: #DF5D6E;
}
.BgClassName
{
background-color: #DF5D6E;
}
</style>
border-color css
<style>
span { border-color: #DF5D6E; }
span { border-color: rgb(223,93,110); }
td.TdClassName
{
border-color: #DF5D6E;
}
.TagClassName
{
border-color: #DF5D6E;
}
</style>