Shades of Froly #DF5E6A
Tints of Froly #DF5E6A
RGB
CMYK
RGB Variations
Color information
#DF5E6A (or 0xDF5E6A) is known color: Froly. HEX triplet: DF, 5E and 6A. RGB value is (223,94,106). Sum of RGB (Red+Green+Blue) = 223+94+106=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E6A is #20A195. Grayscale: #868686. Windows color (decimal): -2138518 or 6971103. OLE color: 6971103.
HSL color Cylindrical-coordinate representation of color #DF5E6A: hue angle of 354.42º 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 #DF5E6A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 106 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.13 |
| HSL | 354.42º | 0.67% | 0.62% | - |
| HSV(B) | 354.42º | 0.58% | 0.87% | - |
| XYZ | 37.04 | 24.73 | 16.46 | - |
| YUV | 133.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 106 | 0 | 0.58 | 0.52 | 0.13 | 354.42 | 0.67 | 0.62 |
| Hex | DF | 5E | 6A | 0 | 3A | 34 | D | 162 | 43 | 3E |
| Octal | 337 | 136 | 152 | 0 | 72 | 64 | 15 | 542 | 103 | 76 |
| Binary | 11011111 | 1011110 | 1101010 | 0 | 111010 | 110100 | 1101 | 101100010 | 1000011 | 111110 |
Color Harmonies of #DF5E6A
Complementary color
Monochromatic Colors of #DF5E6A
Black with #DF5E6A
Text Example
Text Example
White with #DF5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E6A; }
p { color: rgb(223,94,106); }
H1.HeaderClassName
{
color: #DF5E6A;
}
.AnyTagClassName
{
color: #DF5E6A;
}
</style>
background-color css
<style>
a { background-color: #DF5E6A; }
a { background-color: rgb(223,94,106); }
div.DivClassName
{
background-color: #DF5E6A;
}
.BgClassName
{
background-color: #DF5E6A;
}
</style>
border-color css
<style>
span { border-color: #DF5E6A; }
span { border-color: rgb(223,94,106); }
td.TdClassName
{
border-color: #DF5E6A;
}
.TagClassName
{
border-color: #DF5E6A;
}
</style>