Shades of Froly #DF6774
Tints of Froly #DF6774
RGB
CMYK
RGB Variations
Color information
#DF6774 (or 0xDF6774) is known color: Froly. HEX triplet: DF, 67 and 74. RGB value is (223,103,116). Sum of RGB (Red+Green+Blue) = 223+103+116=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6774 is #20988B. Grayscale: #8C8C8C. Windows color (decimal): -2136204 or 7628767. OLE color: 7628767.
HSL color Cylindrical-coordinate representation of color #DF6774: hue angle of 353.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6774 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 116 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.13 |
| HSL | 353.5º | 0.65% | 0.64% | - |
| HSV(B) | 353.5º | 0.54% | 0.87% | - |
| XYZ | 38.43 | 26.65 | 19.64 | - |
| YUV | 140.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 116 | 0 | 0.54 | 0.48 | 0.13 | 353.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 74 | 0 | 36 | 30 | D | 162 | 41 | 40 |
| Octal | 337 | 147 | 164 | 0 | 66 | 60 | 15 | 542 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1110100 | 0 | 110110 | 110000 | 1101 | 101100010 | 1000001 | 1000000 |
Color Harmonies of #DF6774
Complementary color
Monochromatic Colors of #DF6774
Black with #DF6774
Text Example
Text Example
White with #DF6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6774; }
p { color: rgb(223,103,116); }
H1.HeaderClassName
{
color: #DF6774;
}
.AnyTagClassName
{
color: #DF6774;
}
</style>
background-color css
<style>
a { background-color: #DF6774; }
a { background-color: rgb(223,103,116); }
div.DivClassName
{
background-color: #DF6774;
}
.BgClassName
{
background-color: #DF6774;
}
</style>
border-color css
<style>
span { border-color: #DF6774; }
span { border-color: rgb(223,103,116); }
td.TdClassName
{
border-color: #DF6774;
}
.TagClassName
{
border-color: #DF6774;
}
</style>