Shades of Froly #DF5D6A
Tints of Froly #DF5D6A
RGB
CMYK
RGB Variations
Color information
#DF5D6A (or 0xDF5D6A) is known color: Froly. HEX triplet: DF, 5D and 6A. RGB value is (223,93,106). Sum of RGB (Red+Green+Blue) = 223+93+106=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D6A is #20A295. Grayscale: #858585. Windows color (decimal): -2138774 or 6970847. OLE color: 6970847.
HSL color Cylindrical-coordinate representation of color #DF5D6A: hue angle of 354º 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 #DF5D6A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 106 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.13 |
| HSL | 354º | 0.67% | 0.62% | - |
| HSV(B) | 354º | 0.58% | 0.87% | - |
| XYZ | 36.95 | 24.56 | 16.43 | - |
| YUV | 133.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 106 | 0 | 0.58 | 0.52 | 0.13 | 354 | 0.67 | 0.62 |
| Hex | DF | 5D | 6A | 0 | 3A | 34 | D | 162 | 43 | 3E |
| Octal | 337 | 135 | 152 | 0 | 72 | 64 | 15 | 542 | 103 | 76 |
| Binary | 11011111 | 1011101 | 1101010 | 0 | 111010 | 110100 | 1101 | 101100010 | 1000011 | 111110 |
Color Harmonies of #DF5D6A
Complementary color
Monochromatic Colors of #DF5D6A
Black with #DF5D6A
Text Example
Text Example
White with #DF5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D6A; }
p { color: rgb(223,93,106); }
H1.HeaderClassName
{
color: #DF5D6A;
}
.AnyTagClassName
{
color: #DF5D6A;
}
</style>
background-color css
<style>
a { background-color: #DF5D6A; }
a { background-color: rgb(223,93,106); }
div.DivClassName
{
background-color: #DF5D6A;
}
.BgClassName
{
background-color: #DF5D6A;
}
</style>
border-color css
<style>
span { border-color: #DF5D6A; }
span { border-color: rgb(223,93,106); }
td.TdClassName
{
border-color: #DF5D6A;
}
.TagClassName
{
border-color: #DF5D6A;
}
</style>