Shades of Froly #DF6567
Tints of Froly #DF6567
RGB
CMYK
RGB Variations
Color information
#DF6567 (or 0xDF6567) is known color: Froly. HEX triplet: DF, 65 and 67. RGB value is (223,101,103). Sum of RGB (Red+Green+Blue) = 223+101+103=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6567 is #209A98. Grayscale: #898989. Windows color (decimal): -2136729 or 6776287. OLE color: 6776287.
HSL color Cylindrical-coordinate representation of color #DF6567: hue angle of 359.02º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6567 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 103 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.13 |
| HSL | 359.02º | 0.66% | 0.64% | - |
| HSV(B) | 359.02º | 0.55% | 0.87% | - |
| XYZ | 37.53 | 25.97 | 15.87 | - |
| YUV | 137.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 103 | 0 | 0.55 | 0.54 | 0.13 | 359.02 | 0.66 | 0.64 |
| Hex | DF | 65 | 67 | 0 | 37 | 36 | D | 167 | 42 | 40 |
| Octal | 337 | 145 | 147 | 0 | 67 | 66 | 15 | 547 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1100111 | 0 | 110111 | 110110 | 1101 | 101100111 | 1000010 | 1000000 |
Color Harmonies of #DF6567
Complementary color
Monochromatic Colors of #DF6567
Black with #DF6567
Text Example
Text Example
White with #DF6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6567; }
p { color: rgb(223,101,103); }
H1.HeaderClassName
{
color: #DF6567;
}
.AnyTagClassName
{
color: #DF6567;
}
</style>
background-color css
<style>
a { background-color: #DF6567; }
a { background-color: rgb(223,101,103); }
div.DivClassName
{
background-color: #DF6567;
}
.BgClassName
{
background-color: #DF6567;
}
</style>
border-color css
<style>
span { border-color: #DF6567; }
span { border-color: rgb(223,101,103); }
td.TdClassName
{
border-color: #DF6567;
}
.TagClassName
{
border-color: #DF6567;
}
</style>